home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeNoLoc.cab / xweb.HTML.IE6_0.XSD < prev    next >
Encoding:
Extensible Markup Language  |  2009-06-09  |  97.3 KB  |  2,541 lines

  1. ∩╗┐<?xml version='1.0' encoding='utf-8' ?>
  2. <xsd:schema version="1.0"
  3.     targetNamespace='http://schemas.microsoft.com/intellisense/ie6' 
  4.     elementFormDefault='qualified' 
  5.     xmlns='http://schemas.microsoft.com/intellisense/ie6' 
  6.     xmlns:xsd='http://www.w3.org/2001/XMLSchema' 
  7.     xmlns:vs='http://schemas.microsoft.com/Visual-Studio-Intellisense'
  8.     xmlns:fp='http://schemas.microsoft.com/FrontPageScripting' 
  9.     vs:clientom="ie6_0dom.tlb" 
  10.     vs:ishtmlschema="true" 
  11.     vs:isserverschema="false" 
  12.     vs:htmlflavor="4.0" 
  13.     vs:MultipleScriptLanguages="true"
  14.     vs:cssschema="Internet Explorer 6.0">
  15.     <!--
  16.      Warning:                                                                                    
  17.      Warning: 
  18.      Warning: Do not change the TargetNamespace above 
  19.      Warning: 
  20.      Warning: 
  21. -->
  22.  
  23.     <xsd:include schemaLocation="CommonHTMLTypes.xsd" />
  24.     <xsd:include schemaLocation="I18Languages.xsd" />
  25.  
  26.     <!-- Overrides the type from CommonHTMLTypes.xsd. -->
  27.     <xsd:simpleType name="scriptLanguage">
  28.         <xsd:union>
  29.             <xsd:simpleType>
  30.                 <xsd:restriction base="xsd:string">
  31.                     <xsd:enumeration value="javascript" />
  32.                     <xsd:enumeration value="jscript" />
  33.                     <xsd:enumeration value="vbs" />
  34.                     <xsd:enumeration value="vbscript" />
  35.                     <xsd:enumeration value="xml" />
  36.                 </xsd:restriction>
  37.             </xsd:simpleType>
  38.             <xsd:simpleType>
  39.                 <xsd:restriction base="xsd:string" />
  40.             </xsd:simpleType>
  41.         </xsd:union>
  42.     </xsd:simpleType>
  43.  
  44.     <!-- Adds "php" to the language attribute of script tag. -->
  45.     <xsd:simpleType name="scriptLanguageWithPhp">
  46.         <xsd:union>
  47.             <xsd:simpleType>
  48.                 <xsd:restriction base="xsd:string">
  49.                     <xsd:enumeration value="javascript" />
  50.                     <xsd:enumeration value="jscript" />
  51.                     <xsd:enumeration value="php" />
  52.                     <xsd:enumeration value="vbs" />
  53.                     <xsd:enumeration value="vbscript" />
  54.                     <xsd:enumeration value="xml" />
  55.                 </xsd:restriction>
  56.             </xsd:simpleType>
  57.             <xsd:simpleType>
  58.                 <xsd:restriction base="xsd:string" />
  59.             </xsd:simpleType>
  60.         </xsd:union>
  61.     </xsd:simpleType>
  62.  
  63.     <xsd:attributeGroup name="coreAttributeGroup">
  64.         <xsd:attributeGroup ref="runatAttributeGroup" />
  65.  
  66.         <xsd:attribute name="Class" vs:mapstoname="className" />
  67.         <xsd:attribute name="Title" />
  68.         <xsd:attribute name="Language" type="scriptLanguage" vs:readonly="true" />
  69.     </xsd:attributeGroup>
  70.  
  71.     <xsd:attributeGroup name="i18AttributeGroup">
  72.         <xsd:attribute name="Lang" type="i18LanguageCode" />
  73.         <xsd:attribute name="Dir" default="ltr">
  74.             <xsd:simpleType>
  75.                 <xsd:restriction base="xsd:NMTOKEN">
  76.                     <xsd:enumeration value="ltr" />
  77.                     <xsd:enumeration value="rtl" />
  78.                 </xsd:restriction>
  79.             </xsd:simpleType>
  80.         </xsd:attribute>
  81.     </xsd:attributeGroup>
  82.  
  83.     <!-- HTML+TIME -->
  84.     <xsd:attributeGroup name="smilAttributeGroup">
  85.         <xsd:attribute name="Accelerate" vs:nonbrowseable="true" />
  86.         <xsd:attribute name="Accumulate" vs:nonbrowseable="true" />
  87.         <xsd:attribute name="Additive" vs:nonbrowseable="true" />
  88.         <xsd:attribute name="AttributeName" vs:nonbrowseable="true" />
  89.         <xsd:attribute name="AutoReverse" vs:nonbrowseable="true" />
  90.         <xsd:attribute name="Begin" vs:nonbrowseable="true" />
  91.         <xsd:attribute name="Boundary" vs:nonbrowseable="true" />
  92.         <xsd:attribute name="By" vs:nonbrowseable="true" />
  93.         <xsd:attribute name="CalcMode" vs:nonbrowseable="true" />
  94.         <xsd:attribute name="ClipBegin" vs:nonbrowseable="true" />
  95.         <xsd:attribute name="ClipEnd" vs:nonbrowseable="true" />
  96.         <xsd:attribute name="Decelerate" vs:nonbrowseable="true" />
  97.         <xsd:attribute name="Dur" vs:nonbrowseable="true" />
  98.         <xsd:attribute name="End" vs:nonbrowseable="true" />
  99.         <xsd:attribute name="EndSync" vs:nonbrowseable="true" />
  100.         <xsd:attribute name="Fill" vs:nonbrowseable="true" />
  101.         <xsd:attribute name="From" vs:nonbrowseable="true" />
  102.         <xsd:attribute name="Higher" vs:nonbrowseable="true" />
  103.         <xsd:attribute name="ImmediateEnd" vs:nonbrowseable="true" />
  104.         <xsd:attribute name="KeySplines" vs:nonbrowseable="true" />
  105.         <xsd:attribute name="LongTransition" vs:nonbrowseable="true" />
  106.         <xsd:attribute name="Lower" vs:nonbrowseable="true" />
  107.         <xsd:attribute name="Mode" vs:nonbrowseable="true" />
  108.         <xsd:attribute name="Modulate" vs:nonbrowseable="true" />
  109.         <xsd:attribute name="MotifName" vs:nonbrowseable="true" />
  110.         <xsd:attribute name="Mute" vs:nonbrowseable="true" />
  111.         <xsd:attribute name="Origin" vs:nonbrowseable="true" />
  112.         <xsd:attribute name="Path" vs:nonbrowseable="true" />
  113.         <xsd:attribute name="Peers" vs:nonbrowseable="true" />
  114.         <xsd:attribute name="Player" vs:nonbrowseable="true" />
  115.         <xsd:attribute name="RepeatCount" vs:nonbrowseable="true" />
  116.         <xsd:attribute name="RepeatDur" vs:nonbrowseable="true" />
  117.         <xsd:attribute name="Restart" vs:nonbrowseable="true" />
  118.         <xsd:attribute name="SegmentType" vs:nonbrowseable="true" />
  119.         <xsd:attribute name="Speed" vs:nonbrowseable="true" />
  120.         <xsd:attribute name="SubType" vs:nonbrowseable="true" />
  121.         <xsd:attribute name="SyncBehavior" vs:nonbrowseable="true" />
  122.         <xsd:attribute name="SyncMaster" type="xsd:boolean" default="false" vs:nonbrowseable="true" />
  123.         <xsd:attribute name="SystemBitrate" vs:nonbrowseable="true" />
  124.         <xsd:attribute name="SystemCaptions" type="onoffType" default="off" vs:nonbrowseable="true" />
  125.         <xsd:attribute name="SystemLanguage" vs:nonbrowseable="true" />
  126.         <xsd:attribute name="SystemOverdubOrSubtitle" default="overdub" vs:nonbrowseable="true">
  127.             <xsd:simpleType>
  128.                 <xsd:restriction base="xsd:NMTOKEN">
  129.                     <xsd:enumeration value="overdub" />
  130.                     <xsd:enumeration value="subtitle" />
  131.                 </xsd:restriction>
  132.             </xsd:simpleType>
  133.         </xsd:attribute>
  134.         <xsd:attribute name="TargetElement" vs:nonbrowseable="true" />
  135.         <xsd:attribute name="TimeAction" vs:nonbrowseable="true" />
  136.         <xsd:attribute name="TimeContainer" default="none" vs:nonbrowseable="true">
  137.             <xsd:simpleType>
  138.                 <xsd:restriction base="xsd:NMTOKEN">
  139.                     <xsd:enumeration value="excl" />
  140.                     <xsd:enumeration value="none" />
  141.                     <xsd:enumeration value="par" />
  142.                     <xsd:enumeration value="seq" />
  143.                 </xsd:restriction>
  144.             </xsd:simpleType>
  145.         </xsd:attribute>
  146.         <xsd:attribute name="To" vs:nonbrowseable="true" />
  147.         <xsd:attribute name="TransitionType" vs:nonbrowseable="true" />
  148.         <xsd:attribute name="SystemLanguage" vs:nonbrowseable="true" />
  149.         <xsd:attribute name="UpdateMode" vs:nonbrowseable="true" />
  150.         <xsd:attribute name="Values" vs:nonbrowseable="true" />
  151.         <xsd:attribute name="Volume" vs:nonbrowseable="true" />
  152.     </xsd:attributeGroup>
  153.  
  154.     <xsd:attributeGroup name="commonAttributeGroup">
  155.         <xsd:attributeGroup ref="coreAttributeGroup" />
  156.         <xsd:attributeGroup ref="i18AttributeGroup" />
  157.         <xsd:attribute name="Language" default="jscript" vs:readonly="true">
  158.             <xsd:simpleType>
  159.                 <xsd:union>
  160.                     <xsd:simpleType>
  161.                         <xsd:restriction base="xsd:string">
  162.                             <xsd:enumeration value="vbs" />
  163.                             <xsd:enumeration value="vbscript" />
  164.                             <xsd:enumeration value="jscript" />
  165.                             <xsd:enumeration value="javascript" />
  166.                             <xsd:enumeration value="xml" />
  167.                         </xsd:restriction>
  168.                     </xsd:simpleType>
  169.                     <xsd:simpleType>
  170.                         <xsd:restriction base="xsd:string" />
  171.                     </xsd:simpleType>
  172.                 </xsd:union>
  173.             </xsd:simpleType>
  174.         </xsd:attribute>
  175.         <xsd:attribute name="Style" vs:builder="style" />
  176.     </xsd:attributeGroup>
  177.  
  178.     <xsd:attributeGroup name="focusAttributeGroup">
  179.         <xsd:attributeGroup ref="commonAttributeGroup" />
  180.         <xsd:attribute name="AccessKey" />
  181.         <xsd:attribute name="TabIndex" />
  182.         <xsd:attribute name="ContentEditable" default="inherit">
  183.             <xsd:simpleType>
  184.                 <xsd:restriction base="xsd:NMTOKEN">
  185.                     <xsd:enumeration value="inherit" />
  186.                     <xsd:enumeration value="false" />
  187.                     <xsd:enumeration value="true" />
  188.                 </xsd:restriction>
  189.             </xsd:simpleType>
  190.         </xsd:attribute>
  191.         <xsd:attribute name="AtomicSelection" type="xsd:boolean" default="false" />
  192.         <!-- Documentation indicates HideFocus is a bool, but it is really standalone -->
  193.         <xsd:attribute name="HideFocus" vs:standalone="true" />
  194.         <xsd:attribute name="Unselectable" type="onoffType" default="off" />
  195.     </xsd:attributeGroup>
  196.  
  197.     <xsd:attributeGroup name="simpleElementAttributeGroup">
  198.         <xsd:attributeGroup ref="focusAttributeGroup" />
  199.         <xsd:attributeGroup ref="smilAttributeGroup" />
  200.     </xsd:attributeGroup>
  201.  
  202.      <xsd:attributeGroup name="dataFormatAttributeGroup">
  203.         <xsd:attributeGroup ref="dataAttributeGroup" />
  204.         <xsd:attribute name="DataFormatAs" default="text" vs:nonbrowseable="true">
  205.             <xsd:simpleType>
  206.                 <xsd:restriction base="xsd:NMTOKEN">
  207.                     <xsd:enumeration value="html" />
  208.                     <xsd:enumeration value="text" />
  209.                     <xsd:enumeration value="localized-text" />
  210.                 </xsd:restriction>
  211.             </xsd:simpleType>
  212.         </xsd:attribute>
  213.     </xsd:attributeGroup>
  214.  
  215.      <xsd:attributeGroup name="dataAttributeGroup">
  216.         <xsd:attribute name="DataFld" vs:nonbrowseable="true" />
  217.         <xsd:attribute name="DataSrc" vs:nonbrowseable="true" />
  218.     </xsd:attributeGroup>
  219.  
  220.     <!-- Commonly used event groups -->
  221.  
  222.     <xsd:attributeGroup name="mouseEventsGroup">
  223.         <xsd:attribute name="onclick" vs:omtype="event" />
  224.         <xsd:attribute name="ondblclick" vs:omtype="event" />
  225.         <xsd:attribute name="onmousedown" vs:omtype="event" />
  226.         <xsd:attribute name="onmousemove" vs:omtype="event" />
  227.         <xsd:attribute name="onmouseout" vs:omtype="event" />
  228.         <xsd:attribute name="onmouseover" vs:omtype="event" />
  229.         <xsd:attribute name="onmouseup" vs:omtype="event" />
  230.         <xsd:attribute name="onmousewheel" vs:omtype="event" />
  231.         <xsd:attribute name="onmouseenter" vs:omtype="event" />
  232.         <xsd:attribute name="onmouseleave" vs:omtype="event" />
  233.         <xsd:attribute name="oncontextmenu" vs:omtype="event" />
  234.         <xsd:attribute name="onlosecapture" vs:omtype="event" />
  235.     </xsd:attributeGroup>
  236.  
  237.     <xsd:attributeGroup name="inputEventsGroup">
  238.         <xsd:attribute name="onkeydown" vs:omtype="event" />
  239.         <xsd:attribute name="onkeypress" vs:omtype="event" />
  240.         <xsd:attribute name="onkeyup" vs:omtype="event" />
  241.         <xsd:attributeGroup ref="mouseEventsGroup" />
  242.     </xsd:attributeGroup>
  243.  
  244.     <xsd:attributeGroup name="dragdropEventsGroup">
  245.         <xsd:attribute name="ondrag" vs:omtype="event" />
  246.         <xsd:attribute name="ondragend" vs:omtype="event" />
  247.         <xsd:attribute name="ondragenter" vs:omtype="event" />
  248.         <xsd:attribute name="ondragleave" vs:omtype="event" />
  249.         <xsd:attribute name="ondragover" vs:omtype="event" />
  250.         <xsd:attribute name="ondragstart" vs:omtype="event" />
  251.         <xsd:attribute name="ondrop" vs:omtype="event" />
  252.     </xsd:attributeGroup>
  253.  
  254.     <xsd:attributeGroup name="activateEventsGroup">
  255.         <xsd:attribute name="onactivate" vs:omtype="event" />
  256.         <xsd:attribute name="onbeforeactivate" vs:omtype="event" />
  257.         <xsd:attribute name="ondeactivate" vs:omtype="event" />
  258.         <xsd:attribute name="onbeforedeactivate" vs:omtype="event" />
  259.     </xsd:attributeGroup>
  260.  
  261.     <xsd:attributeGroup name="focusEventsGroup">
  262.         <xsd:attribute name="onblur" vs:omtype="event" />
  263.         <xsd:attribute name="onfocus" vs:omtype="event" />
  264.         <xsd:attribute name="onfocusin" vs:omtype="event" />
  265.         <xsd:attribute name="onfocusout" vs:omtype="event" />
  266.     </xsd:attributeGroup>
  267.  
  268.     <xsd:attributeGroup name="editEventsGroup">
  269.         <xsd:attribute name="onbeforecopy" vs:omtype="event" />
  270.         <xsd:attribute name="onbeforecut" vs:omtype="event" />
  271.         <xsd:attribute name="onbeforeeditfocus" vs:omtype="event" />
  272.         <xsd:attribute name="onbeforepaste" vs:omtype="event" />
  273.         <xsd:attribute name="oncopy" vs:omtype="event" />
  274.         <xsd:attribute name="oncut" vs:omtype="event" />
  275.         <xsd:attribute name="onpaste" vs:omtype="event" />
  276.     </xsd:attributeGroup>
  277.  
  278.     <xsd:attributeGroup name="moveEventsGroup">
  279.         <xsd:attribute name="onmove" vs:omtype="event" />
  280.         <xsd:attribute name="onmovestart" vs:omtype="event" />
  281.         <xsd:attribute name="onmoveend" vs:omtype="event" />
  282.         <xsd:attribute name="onresize" vs:omtype="event" />
  283.         <xsd:attribute name="onresizestart" vs:omtype="event" />
  284.         <xsd:attribute name="onresizeend" vs:omtype="event" />
  285.     </xsd:attributeGroup>
  286.  
  287.     <xsd:attributeGroup name="selectEventsGroup">
  288.         <xsd:attribute name="oncontrolselect" vs:omtype="event" />
  289.         <xsd:attribute name="onselectstart" vs:omtype="event" />
  290.     </xsd:attributeGroup>
  291.  
  292.     <xsd:attributeGroup name="commonEventsGroup">
  293.         <xsd:attributeGroup ref="dragdropEventsGroup" />
  294.         <xsd:attributeGroup ref="inputEventsGroup" />
  295.         <xsd:attributeGroup ref="focusEventsGroup" />
  296.         <xsd:attributeGroup ref="moveEventsGroup" />
  297.         <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  298.         <xsd:attribute name="onpropertychange" vs:omtype="event" />
  299.         <xsd:attribute name="onhelp" vs:omtype="event" />
  300.     </xsd:attributeGroup>
  301.  
  302.      <xsd:attributeGroup name="recordsetEventsGroup">
  303.         <xsd:attribute name="onrowenter" vs:omtype="event" />
  304.         <xsd:attribute name="onrowexit" vs:omtype="event" />
  305.         <xsd:attribute name="onrowsdelete" vs:omtype="event" />
  306.         <xsd:attribute name="onrowsinserted" vs:omtype="event" />
  307.         <xsd:attribute name="ondataavailable" vs:omtype="event" />
  308.         <xsd:attribute name="ondatasetchanged" vs:omtype="event" />
  309.         <xsd:attribute name="ondatasetcomplete" vs:omtype="event" />
  310.     </xsd:attributeGroup>
  311.  
  312.      <xsd:attributeGroup name="loadEventsGroup">
  313.         <xsd:attribute name="onload" vs:omtype="event" />
  314.         <xsd:attribute name="onunload" vs:omtype="event" />
  315.         <xsd:attribute name="onbeforeunload" vs:omtype="event" />
  316.     </xsd:attributeGroup>
  317.  
  318.      <xsd:attributeGroup name="updateEventsGroup">
  319.         <xsd:attribute name="onafterupdate" vs:omtype="event" />
  320.         <xsd:attribute name="onbeforeupdate" vs:omtype="event" />
  321.         <xsd:attribute name="onerrorupdate" vs:omtype="event" />
  322.     </xsd:attributeGroup>
  323.  
  324.     <xsd:attributeGroup name="simpleElementEventsGroup">
  325.         <xsd:attributeGroup ref="commonEventsGroup" />
  326.         <xsd:attributeGroup ref="activateEventsGroup" />
  327.         <xsd:attributeGroup ref="editEventsGroup" />
  328.         <xsd:attribute name="oncontrolselect" vs:omtype="event" />
  329.         <xsd:attribute name="onselectstart" vs:omtype="event" />
  330.     </xsd:attributeGroup>
  331.  
  332.     <xsd:group name="BlockContent">
  333.         <xsd:choice>
  334.             <xsd:element ref="address" />
  335.             <xsd:element ref="basefont" />
  336.             <xsd:element ref="blockquote" />
  337.             <xsd:element ref="center" />
  338.             <xsd:element ref="dir" />
  339.             <xsd:element ref="div" />
  340.             <xsd:element ref="dl" />
  341.             <xsd:element ref="fieldset" />
  342.             <xsd:element ref="form" />
  343.             <xsd:element ref="h1" />
  344.             <xsd:element ref="h2" />
  345.             <xsd:element ref="h3" />
  346.             <xsd:element ref="h4" />
  347.             <xsd:element ref="h5" />
  348.             <xsd:element ref="h6" />
  349.             <xsd:element ref="hr" />
  350.             <xsd:element ref="isindex" />
  351.             <xsd:element ref="listing" />
  352.             <xsd:element ref="marquee" />
  353.             <xsd:element ref="menu" />
  354.             <xsd:element ref="noembed" />
  355.             <xsd:element ref="noframes" />
  356.             <xsd:element ref="noscript" />
  357.             <xsd:element ref="ol" />
  358.             <xsd:element ref="p" />
  359.             <xsd:element ref="plaintext" />
  360.             <xsd:element ref="pre" />
  361.             <xsd:element ref="table" />
  362.             <xsd:element ref="ul" />
  363.             <xsd:element ref="xml" />
  364.             <xsd:element ref="xmp" />
  365.         </xsd:choice>
  366.     </xsd:group>
  367.     <xsd:group name="BasefontContent">
  368.         <xsd:choice>
  369.             <xsd:element ref="applet" />
  370.             <xsd:element ref="b" />
  371.             <xsd:element ref="bdo" />
  372.             <xsd:element ref="big" />
  373.             <xsd:element ref="br" />
  374.             <xsd:element ref="button" />
  375.             <xsd:element ref="cite" />
  376.             <xsd:element ref="code" />
  377.             <xsd:element ref="dfn" />
  378.             <xsd:element ref="em" />
  379.             <xsd:element ref="embed" />
  380.             <xsd:element ref="font" />
  381.             <xsd:element ref="i" />
  382.             <xsd:element ref="iframe" />
  383.             <xsd:element ref="img" />
  384.             <xsd:element ref="input" />
  385.             <xsd:element ref="kbd" />
  386.             <xsd:element ref="label" />
  387.             <xsd:element ref="map" />
  388.             <xsd:element ref="nobr" />
  389.             <xsd:element ref="object" />
  390.             <xsd:element ref="q" />
  391.             <xsd:element ref="s" />
  392.             <xsd:element ref="samp" />
  393.             <xsd:element ref="script" />
  394.             <xsd:element ref="select" />
  395.             <xsd:element ref="small" />
  396.             <xsd:element ref="span" />
  397.             <xsd:element ref="strike" />
  398.             <xsd:element ref="strong" />
  399.             <xsd:element ref="sub" />
  400.             <xsd:element ref="sup" />
  401.             <xsd:element ref="textarea" />
  402.             <xsd:element ref="tt" />
  403.             <xsd:element ref="u" />
  404.             <xsd:element ref="var" />
  405.             <xsd:element ref="wbr" />
  406.             <xsd:element ref="address" />
  407.             <xsd:element ref="basefont" />
  408.             <xsd:element ref="blockquote" />
  409.             <xsd:element ref="dir" />
  410.             <xsd:element ref="div" />
  411.             <xsd:element ref="dl" />
  412.             <xsd:element ref="fieldset" />
  413.             <xsd:element ref="form" />
  414.             <xsd:element ref="h1" />
  415.             <xsd:element ref="h2" />
  416.             <xsd:element ref="h3" />
  417.             <xsd:element ref="h4" />
  418.             <xsd:element ref="h5" />
  419.             <xsd:element ref="h6" />
  420.             <xsd:element ref="hr" />
  421.             <xsd:element ref="isindex" />
  422.             <xsd:element ref="listing" />
  423.             <xsd:element ref="marquee" />
  424.             <xsd:element ref="menu" />
  425.             <xsd:element ref="noembed" />
  426.             <xsd:element ref="noframes" />
  427.             <xsd:element ref="noscript" />
  428.             <xsd:element ref="ol" />
  429.             <xsd:element ref="p" />
  430.             <xsd:element ref="plaintext" />
  431.             <xsd:element ref="pre" />
  432.             <xsd:element ref="ul" />
  433.             <xsd:element ref="xmp" />
  434.         </xsd:choice>
  435.     </xsd:group>
  436.     <xsd:group name="FormContent">
  437.         <xsd:choice>
  438.             <xsd:element ref="button" />
  439.             <xsd:element ref="input" />
  440.             <xsd:element ref="label" />
  441.             <xsd:element ref="select" />
  442.             <xsd:element ref="textarea" />
  443.         </xsd:choice>
  444.     </xsd:group>
  445.     <xsd:group name="ButtonContent">
  446.         <xsd:choice>
  447.             <xsd:element ref="applet" />
  448.             <xsd:element ref="b" />
  449.             <xsd:element ref="bdo" />
  450.             <xsd:element ref="big" />
  451.             <xsd:element ref="br" />
  452.             <xsd:element ref="cite" />
  453.             <xsd:element ref="code" />
  454.             <xsd:element ref="dfn" />
  455.             <xsd:element ref="em" />
  456.             <xsd:element ref="embed" />
  457.             <xsd:element ref="font" />
  458.             <xsd:element ref="i" />
  459.             <xsd:element ref="iframe" />
  460.             <xsd:element ref="img" />
  461.             <xsd:element ref="input" />
  462.             <xsd:element ref="kbd" />
  463.             <xsd:element ref="label" />
  464.             <xsd:element ref="map" />
  465.             <xsd:element ref="nobr" />
  466.             <xsd:element ref="object" />
  467.             <xsd:element ref="q" />
  468.             <xsd:element ref="s" />
  469.             <xsd:element ref="samp" />
  470.             <xsd:element ref="script" />
  471.             <xsd:element ref="select" />
  472.             <xsd:element ref="small" />
  473.             <xsd:element ref="span" />
  474.             <xsd:element ref="strike" />
  475.             <xsd:element ref="strong" />
  476.             <xsd:element ref="sub" />
  477.             <xsd:element ref="sup" />
  478.             <xsd:element ref="textarea" />
  479.             <xsd:element ref="tt" />
  480.             <xsd:element ref="u" />
  481.             <xsd:element ref="var" />
  482.             <xsd:element ref="wbr" />
  483.             <xsd:element ref="address" />
  484.             <xsd:element ref="basefont" />
  485.             <xsd:element ref="blockquote" />
  486.             <xsd:element ref="dir" />
  487.             <xsd:element ref="div" />
  488.             <xsd:element ref="dl" />
  489.             <xsd:element ref="h1" />
  490.             <xsd:element ref="h2" />
  491.             <xsd:element ref="h3" />
  492.             <xsd:element ref="h4" />
  493.             <xsd:element ref="h5" />
  494.             <xsd:element ref="h6" />
  495.             <xsd:element ref="hr" />
  496.             <xsd:element ref="listing" />
  497.             <xsd:element ref="marquee" />
  498.             <xsd:element ref="menu" />
  499.             <xsd:element ref="noembed" />
  500.             <xsd:element ref="noframes" />
  501.             <xsd:element ref="noscript" />
  502.             <xsd:element ref="ol" />
  503.             <xsd:element ref="p" />
  504.             <xsd:element ref="plaintext" />
  505.             <xsd:element ref="pre" />
  506.             <xsd:element ref="table" />
  507.             <xsd:element ref="ul" />
  508.             <xsd:element ref="xmp" />
  509.         </xsd:choice>
  510.     </xsd:group>
  511.     <xsd:group name="InlineContent">
  512.         <xsd:choice>
  513.             <xsd:element ref="a" />
  514.             <xsd:element ref="acronym" />
  515.             <xsd:element ref="applet" />
  516.             <xsd:element ref="b" />
  517.             <xsd:element ref="bdo" />
  518.             <xsd:element ref="big" />
  519.             <xsd:element ref="br" />
  520.             <xsd:element ref="button" />
  521.             <xsd:element ref="cite" />
  522.             <xsd:element ref="code" />
  523.             <xsd:element ref="del" />
  524.             <xsd:element ref="dfn" />
  525.             <xsd:element ref="em" />
  526.             <xsd:element ref="embed" />
  527.             <xsd:element ref="font" />
  528.             <xsd:element ref="i" />
  529.             <xsd:element ref="iframe" />
  530.             <xsd:element ref="img" />
  531.             <xsd:element ref="input" />
  532.             <xsd:element ref="ins" />
  533.             <xsd:element ref="kbd" />
  534.             <xsd:element ref="label" />
  535.             <xsd:element ref="map" />
  536.             <xsd:element ref="nobr" />
  537.             <xsd:element ref="object" />
  538.             <xsd:element ref="q" />
  539.             <xsd:element ref="ruby" />
  540.             <xsd:element ref="s" />
  541.             <xsd:element ref="samp" />
  542.             <xsd:element ref="script" />
  543.             <xsd:element ref="select" />
  544.             <xsd:element ref="small" />
  545.             <xsd:element ref="span" />
  546.             <xsd:element ref="strike" />
  547.             <xsd:element ref="strong" />
  548.             <xsd:element ref="sub" />
  549.             <xsd:element ref="sup" />
  550.             <xsd:element ref="textarea" />
  551.             <xsd:element ref="tt" />
  552.             <xsd:element ref="u" />
  553.             <xsd:element ref="var" />
  554.             <xsd:element ref="wbr" />
  555.         </xsd:choice>
  556.     </xsd:group>
  557.     <xsd:group name="FormElementContent">
  558.         <xsd:choice>
  559.             <xsd:element ref="a" />
  560.             <xsd:element ref="acronym" />
  561.             <xsd:element ref="applet" />
  562.             <xsd:element ref="b" />
  563.             <xsd:element ref="bdo" />
  564.             <xsd:element ref="big" />
  565.             <xsd:element ref="br" />
  566.             <xsd:element ref="button" />
  567.             <xsd:element ref="cite" />
  568.             <xsd:element ref="code" />
  569.             <xsd:element ref="dfn" />
  570.             <xsd:element ref="em" />
  571.             <xsd:element ref="embed" />
  572.             <xsd:element ref="font" />
  573.             <xsd:element ref="i" />
  574.             <xsd:element ref="iframe" />
  575.             <xsd:element ref="img" />
  576.             <xsd:element ref="input" />
  577.             <xsd:element ref="kbd" />
  578.             <xsd:element ref="label" />
  579.             <xsd:element ref="map" />
  580.             <xsd:element ref="nobr" />
  581.             <xsd:element ref="object" />
  582.             <xsd:element ref="q" />
  583.             <xsd:element ref="s" />
  584.             <xsd:element ref="samp" />
  585.             <xsd:element ref="script" />
  586.             <xsd:element ref="select" />
  587.             <xsd:element ref="small" />
  588.             <xsd:element ref="span" />
  589.             <xsd:element ref="strike" />
  590.             <xsd:element ref="strong" />
  591.             <xsd:element ref="sub" />
  592.             <xsd:element ref="sup" />
  593.             <xsd:element ref="textarea" />
  594.             <xsd:element ref="tt" />
  595.             <xsd:element ref="u" />
  596.             <xsd:element ref="var" />
  597.             <xsd:element ref="wbr" />
  598.             <xsd:element ref="address" />
  599.             <xsd:element ref="basefont" />
  600.             <xsd:element ref="blockquote" />
  601.             <xsd:element ref="dir" />
  602.             <xsd:element ref="div" />
  603.             <xsd:element ref="dl" />
  604.             <xsd:element ref="fieldset" />
  605.             <xsd:element ref="h1" />
  606.             <xsd:element ref="h2" />
  607.             <xsd:element ref="h3" />
  608.             <xsd:element ref="h4" />
  609.             <xsd:element ref="h5" />
  610.             <xsd:element ref="h6" />
  611.             <xsd:element ref="hr" />
  612.             <xsd:element ref="isindex" />
  613.             <xsd:element ref="listing" />
  614.             <xsd:element ref="marquee" />
  615.             <xsd:element ref="menu" />
  616.             <xsd:element ref="noembed" />
  617.             <xsd:element ref="noframes" />
  618.             <xsd:element ref="noscript" />
  619.             <xsd:element ref="ol" />
  620.             <xsd:element ref="p" />
  621.             <xsd:element ref="plaintext" />
  622.             <xsd:element ref="pre" />
  623.             <xsd:element ref="table" />
  624.             <xsd:element ref="ul" />
  625.             <xsd:element ref="xmp" />
  626.         </xsd:choice>
  627.     </xsd:group>
  628.     <xsd:group name="AContent">
  629.         <xsd:choice>
  630.             <xsd:element ref="applet" />
  631.             <xsd:element ref="acronym" />
  632.             <xsd:element ref="b" />
  633.             <xsd:element ref="bdo" />
  634.             <xsd:element ref="big" />
  635.             <xsd:element ref="br" />
  636.             <xsd:element ref="button" />
  637.             <xsd:element ref="cite" />
  638.             <xsd:element ref="code" />
  639.             <xsd:element ref="dfn" />
  640.             <xsd:element ref="em" />
  641.             <xsd:element ref="embed" />
  642.             <xsd:element ref="font" />
  643.             <xsd:element ref="i" />
  644.             <xsd:element ref="iframe" />
  645.             <xsd:element ref="img" />
  646.             <xsd:element ref="input" />
  647.             <xsd:element ref="kbd" />
  648.             <xsd:element ref="label" />
  649.             <xsd:element ref="map" />
  650.             <xsd:element ref="nobr" />
  651.             <xsd:element ref="object" />
  652.             <xsd:element ref="q" />
  653.             <xsd:element ref="s" />
  654.             <xsd:element ref="samp" />
  655.             <xsd:element ref="script" />
  656.             <xsd:element ref="select" />
  657.             <xsd:element ref="small" />
  658.             <xsd:element ref="span" />
  659.             <xsd:element ref="strike" />
  660.             <xsd:element ref="strong" />
  661.             <xsd:element ref="sub" />
  662.             <xsd:element ref="sup" />
  663.             <xsd:element ref="textarea" />
  664.             <xsd:element ref="tt" />
  665.             <xsd:element ref="u" />
  666.             <xsd:element ref="var" />
  667.             <xsd:element ref="wbr" />
  668.         </xsd:choice>
  669.     </xsd:group>
  670.     <xsd:group name="PreContent">
  671.         <xsd:choice>
  672.             <xsd:element ref="a" />
  673.             <xsd:element ref="acronym" />
  674.             <xsd:element ref="b" />
  675.             <xsd:element ref="bdo" />
  676.             <xsd:element ref="br" />
  677.             <xsd:element ref="button" />
  678.             <xsd:element ref="cite" />
  679.             <xsd:element ref="code" />
  680.             <xsd:element ref="dfn" />
  681.             <xsd:element ref="em" />
  682.             <xsd:element ref="embed" />
  683.             <xsd:element ref="i" />
  684.             <xsd:element ref="input" />
  685.             <xsd:element ref="kbd" />
  686.             <xsd:element ref="label" />
  687.             <xsd:element ref="map" />
  688.             <xsd:element ref="q" />
  689.             <xsd:element ref="s" />
  690.             <xsd:element ref="samp" />
  691.             <xsd:element ref="script" />
  692.             <xsd:element ref="select" />
  693.             <xsd:element ref="span" />
  694.             <xsd:element ref="strike" />
  695.             <xsd:element ref="strong" />
  696.             <xsd:element ref="textarea" />
  697.             <xsd:element ref="tt" />
  698.             <xsd:element ref="u" />
  699.             <xsd:element ref="var" />
  700.             <xsd:element ref="xml" />
  701.             <xsd:element ref="wbr" />
  702.         </xsd:choice>
  703.     </xsd:group>
  704.     <xsd:group name="LabelContent">
  705.         <xsd:choice>
  706.             <xsd:element ref="a" />
  707.             <xsd:element ref="applet" />
  708.             <xsd:element ref="acronym" />
  709.             <xsd:element ref="b" />
  710.             <xsd:element ref="bdo" />
  711.             <xsd:element ref="big" />
  712.             <xsd:element ref="br" />
  713.             <xsd:element ref="button" />
  714.             <xsd:element ref="cite" />
  715.             <xsd:element ref="code" />
  716.             <xsd:element ref="dfn" />
  717.             <xsd:element ref="em" />
  718.             <xsd:element ref="embed" />
  719.             <xsd:element ref="font" />
  720.             <xsd:element ref="i" />
  721.             <xsd:element ref="iframe" />
  722.             <xsd:element ref="img" />
  723.             <xsd:element ref="input" />
  724.             <xsd:element ref="kbd" />
  725.             <xsd:element ref="map" />
  726.             <xsd:element ref="nobr" />
  727.             <xsd:element ref="object" />
  728.             <xsd:element ref="q" />
  729.             <xsd:element ref="s" />
  730.             <xsd:element ref="samp" />
  731.             <xsd:element ref="script" />
  732.             <xsd:element ref="select" />
  733.             <xsd:element ref="small" />
  734.             <xsd:element ref="span" />
  735.             <xsd:element ref="strike" />
  736.             <xsd:element ref="strong" />
  737.             <xsd:element ref="sub" />
  738.             <xsd:element ref="sup" />
  739.             <xsd:element ref="textarea" />
  740.             <xsd:element ref="tt" />
  741.             <xsd:element ref="u" />
  742.             <xsd:element ref="var" />
  743.             <xsd:element ref="wbr" />
  744.         </xsd:choice>
  745.     </xsd:group>
  746.     <xsd:element name="a" vs:clientom="anchor" vs:disallowedancestor="a" fp:default="onclick">
  747.         <xsd:complexType mixed="true">
  748.             <!-- Content Model -->
  749.             <xsd:choice>
  750.                 <xsd:group ref="AContent" />
  751.             </xsd:choice>
  752.             <!-- Attributes -->
  753.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  754.             <xsd:attribute name="HRefLang" type="i18LanguageCode" />
  755.             <xsd:attribute name="Name" />
  756.             <xsd:attribute name="Methods" />
  757.             <xsd:attribute name="Rel" type="linkType" />
  758.             <xsd:attribute name="Rev" type="linkType" />
  759.             <xsd:attribute name="Target" type="frameTarget" />
  760.             <xsd:attribute name="Shape" type="shapeType" default="rect" />
  761.             <xsd:attribute name="Type" type="simpleContentType" />
  762.             <xsd:attribute name="URN" />
  763.             <xsd:attribute name="Disabled" vs:standalone="true" />
  764.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  765.             <xsd:attributeGroup ref="dataAttributeGroup" />
  766.             <!-- Events -->
  767.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  768.             <xsd:attributeGroup ref="updateEventsGroup" />
  769.          </xsd:complexType>
  770.     </xsd:element>
  771.     <xsd:element name="acronym" type="simpleInlineElement" vs:clientom="phrase" fp:default="onclick" />
  772.     <xsd:element name="address" vs:clientom="block" fp:default="onclick">
  773.         <xsd:complexType mixed="true">
  774.             <!-- Content Model -->
  775.             <xsd:choice>
  776.                 <xsd:group ref="InlineContent" />
  777.                 <xsd:element ref="p" />
  778.             </xsd:choice>
  779.             <!-- Attributes -->
  780.             <xsd:attribute name="Disabled" vs:standalone="true" />
  781.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  782.             <!-- Events -->
  783.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  784.         </xsd:complexType>
  785.     </xsd:element>
  786.     <xsd:element name="applet" fp:default="onload">
  787.         <xsd:complexType mixed="true">
  788.             <!-- Content Model -->
  789.             <xsd:choice>
  790.                 <xsd:group ref="InlineContent" />
  791.                 <xsd:group ref="BlockContent" />
  792.                 <xsd:element ref="param" />
  793.             </xsd:choice>
  794.             <!-- Attributes -->
  795.             <xsd:attribute name="Align" type="blockAlignType" />
  796.             <xsd:attribute name="Alt" />
  797.             <xsd:attribute name="Archive" type="xsd:anyURI" vs:preferredextensions=".jar" />
  798.             <xsd:attribute name="Code" type="xsd:anyURI" vs:preferredextensions=".class" />
  799.             <xsd:attribute name="CodeBase" />
  800.             <xsd:attribute name="Disabled" vs:standalone="true" />
  801.             <xsd:attribute name="HSpace" type="ui4" />
  802.             <xsd:attribute name="Name" />
  803.             <xsd:attribute name="Src" type="xsd:anyURI" vs:preferredextensions=".java" />
  804.             <xsd:attribute name="VSpace" type="ui4" />
  805.             <xsd:attributeGroup ref="focusAttributeGroup" />
  806.             <xsd:attributeGroup ref="dataAttributeGroup" />
  807.             <!-- Events -->
  808.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  809.              <xsd:attributeGroup ref="recordsetEventsGroup" />
  810.             <xsd:attribute name="onscroll" vs:omtype="event" />
  811.         </xsd:complexType>
  812.     </xsd:element>
  813.     <xsd:element name="area" fp:default="onclick">
  814.         <xsd:complexType >
  815.             <!-- Attributes -->
  816.             <xsd:attribute name="Alt"/>
  817.             <xsd:attribute name="Coords" />
  818.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  819.             <xsd:attribute name="NoHRef" vs:standalone="true" />
  820.             <xsd:attribute name="Shape" type="shapeType" default="rect" />
  821.             <xsd:attribute name="Target" type="frameTarget" />
  822.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  823.             <!-- Events -->
  824.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  825.          </xsd:complexType>
  826.     </xsd:element>
  827.     <xsd:element name="b" type="simpleInlineElement" fp:default="onmouseover" />
  828.     <xsd:element name="base" fp:default="onreadystatechange">
  829.         <xsd:complexType mixed="true">
  830.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  831.             <xsd:attribute name="Target" type="frameTarget" />
  832.             <xsd:attributeGroup ref="runatAttributeGroup" />
  833.             <!-- Events -->
  834.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  835.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  836.         </xsd:complexType>
  837.     </xsd:element>
  838.     <xsd:element name="basefont" vs:deprecated="true">
  839.         <xsd:complexType mixed="true">
  840.             <xsd:choice>
  841.                 <xsd:group ref="BasefontContent" />
  842.             </xsd:choice>
  843.             <xsd:attribute name="Color" type="colorType" vs:builder="color" />
  844.             <xsd:attribute name="Face" vs:builder="font" />
  845.             <xsd:attribute name="Size" type="xsd:integer" />
  846.             <!-- Events -->
  847.             <xsd:attributeGroup ref="runatAttributeGroup" />
  848.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  849.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  850.         </xsd:complexType>
  851.     </xsd:element>
  852.     <xsd:element name="bdo" type="simpleInlineElement" vs:clientom="phrase" fp:default="onclick" />
  853.     <xsd:element name="bgsound">
  854.         <xsd:complexType >
  855.             <xsd:attribute name="Balance" default="0" type="xsd:integer" />
  856.             <xsd:attribute name="Loop" type="xsd:integer" />
  857.             <xsd:attribute name="Src" type="xsd:anyURI" />
  858.             <xsd:attribute name="Volume" type="xsd:integer" />
  859.             <xsd:attributeGroup ref="runatAttributeGroup" />
  860.             <!-- Events -->
  861.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  862.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  863.         </xsd:complexType>
  864.     </xsd:element>
  865.     <xsd:element name="big" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  866.     <xsd:element name="blockquote" vs:clientom="block" fp:default="onmouseover">
  867.         <xsd:complexType mixed="true">
  868.             <xsd:choice>
  869.                 <xsd:group ref="InlineContent" />
  870.                 <xsd:group ref="BlockContent" />
  871.             </xsd:choice>
  872.             <xsd:attribute name="Cite" />
  873.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  874.             <!-- Events -->
  875.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  876.         </xsd:complexType>
  877.     </xsd:element>
  878.     <xsd:element name="body" fp:default="onload">
  879.         <xsd:complexType mixed="true">
  880.             <xsd:choice>
  881.                 <xsd:group ref="InlineContent" />
  882.                 <xsd:group ref="BlockContent" />
  883.             </xsd:choice>
  884.             <xsd:attribute name="ALink" type="colorType" vs:builder="color" />
  885.             <xsd:attribute name="Background" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  886.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  887.             <xsd:attribute name="BgProperties">
  888.                 <xsd:simpleType>
  889.                     <xsd:restriction base="xsd:NMTOKEN">
  890.                         <xsd:enumeration value="fixed" />
  891.                     </xsd:restriction>
  892.                 </xsd:simpleType>
  893.             </xsd:attribute>
  894.             <xsd:attribute name="BottomMargin" />
  895.             <xsd:attribute name="LeftMargin" />
  896.             <xsd:attribute name="Link" type="colorType" vs:builder="color" />
  897.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  898.             <xsd:attribute name="RightMargin" />
  899.             <xsd:attribute name="Scroll" type="scrollingType" default="yes" />
  900.             <xsd:attribute name="TimeStartRule" default="onDocLoad">
  901.                 <xsd:simpleType>
  902.                     <xsd:restriction base="xsd:NMTOKEN">
  903.                         <xsd:enumeration value="onDocLoad" />
  904.                     </xsd:restriction>
  905.                 </xsd:simpleType>
  906.             </xsd:attribute>
  907.             <xsd:attribute name="Text" type="colorType" vs:builder="color" />
  908.             <xsd:attribute name="TopMargin" />
  909.             <xsd:attribute name="VLink" type="colorType" vs:builder="color" />
  910.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  911.             <!-- Events -->
  912.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  913.             <xsd:attributeGroup ref="loadEventsGroup" />
  914.             <xsd:attribute name="onselect" vs:omtype="event" />
  915.             <xsd:attribute name="onafterprint" vs:omtype="event" />
  916.             <xsd:attribute name="onbeforeprint" vs:omtype="event" />
  917.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  918.             <xsd:attribute name="onscroll" vs:omtype="event" />
  919.             <xsd:attribute name="ontimeerror" vs:omtype="event" />            
  920.             <!-- The following events are defined in the window object -->
  921.             <xsd:attribute name="onerror" vs:omtype="event" />            
  922.         </xsd:complexType>
  923.     </xsd:element>
  924.     <xsd:element name="br">
  925.         <xsd:complexType>
  926.             <xsd:attribute name="Clear" default="none">
  927.                 <xsd:simpleType>
  928.                     <xsd:restriction base="xsd:NMTOKEN">
  929.                         <xsd:enumeration value="all" />
  930.                         <xsd:enumeration value="left" />
  931.                         <xsd:enumeration value="none" />
  932.                         <xsd:enumeration value="right" />
  933.                     </xsd:restriction>
  934.                 </xsd:simpleType>
  935.             </xsd:attribute>
  936.             <xsd:attributeGroup ref="coreAttributeGroup" />
  937.             <xsd:attribute name="Style" vs:builder="style" />
  938.             <!-- Events -->
  939.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  940.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  941.         </xsd:complexType>
  942.     </xsd:element>
  943.     <xsd:element name="button" fp:default="onclick">
  944.         <xsd:complexType mixed="true">
  945.             <xsd:choice>
  946.                 <xsd:group ref="ButtonContent" />
  947.             </xsd:choice>
  948.             <xsd:attribute name="Disabled" vs:standalone="true" />
  949.             <xsd:attribute name="Name" />
  950.             <xsd:attribute name="Type" vs:readonly="true">
  951.                 <xsd:simpleType>
  952.                     <xsd:restriction base="xsd:NMTOKEN">
  953.                         <xsd:enumeration value="button" />
  954.                         <xsd:enumeration value="reset" />
  955.                         <xsd:enumeration value="submit" />
  956.                     </xsd:restriction>
  957.                 </xsd:simpleType>
  958.             </xsd:attribute>
  959.             <xsd:attribute name="Value" />
  960.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  961.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  962.             <!-- Events -->
  963.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  964.         </xsd:complexType>
  965.     </xsd:element>
  966.     <xsd:element name="caption" fp:default="onmouseover">
  967.         <xsd:complexType mixed="true">
  968.             <xsd:choice>
  969.                 <xsd:group ref="InlineContent" />
  970.             </xsd:choice>
  971.             <xsd:attribute name="Align">
  972.                 <xsd:simpleType>
  973.                     <xsd:restriction base="xsd:NMTOKEN">
  974.                         <xsd:enumeration value="bottom" />
  975.                         <xsd:enumeration value="center" />
  976.                         <xsd:enumeration value="left" />
  977.                         <xsd:enumeration value="right" />
  978.                         <xsd:enumeration value="top" />
  979.                     </xsd:restriction>
  980.                 </xsd:simpleType>
  981.             </xsd:attribute>
  982.             <xsd:attribute name="VAlign" default="top">
  983.                 <xsd:simpleType>
  984.                     <xsd:restriction base="xsd:NMTOKEN">
  985.                         <xsd:enumeration value="bottom" />
  986.                         <xsd:enumeration value="top" />
  987.                     </xsd:restriction>
  988.                 </xsd:simpleType>
  989.             </xsd:attribute>
  990.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  991.             <!-- Events -->
  992.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  993.         </xsd:complexType>
  994.     </xsd:element>
  995.     <xsd:element name="center" vs:clientom="block" fp:default="onmouseover">
  996.         <xsd:complexType mixed="true">
  997.             <xsd:choice>
  998.                 <xsd:group ref="InlineContent" />
  999.                 <xsd:group ref="BlockContent" />
  1000.             </xsd:choice>
  1001.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1002.             <!-- Events -->
  1003.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1004.         </xsd:complexType>
  1005.     </xsd:element>
  1006.     <xsd:element name="cite" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1007.     <xsd:element name="code" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1008.     <xsd:element name="col" fp:default="onreadystatechange">
  1009.         <xsd:complexType>
  1010.             <xsd:attribute name="Align" type="colAlignType" default="left" />
  1011.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  1012.             <xsd:attribute name="Ch" />
  1013.             <xsd:attribute name="ChOff" />
  1014.             <xsd:attribute name="Span" />
  1015.             <xsd:attribute name="VAlign" type="colVAlignType" default="middle" />
  1016.             <xsd:attribute name="Width" />
  1017.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1018.             <!-- Events -->
  1019.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  1020.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1021.         </xsd:complexType>
  1022.     </xsd:element>
  1023.     <xsd:element name="colgroup" vs:clientom="col" fp:default="onreadystatechange">
  1024.         <xsd:complexType>
  1025.             <xsd:choice>
  1026.                 <xsd:element ref="col" />
  1027.             </xsd:choice>
  1028.             <xsd:attribute name="Align" type="colAlignType" default="left" />
  1029.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  1030.             <xsd:attribute name="span" />
  1031.             <xsd:attribute name="VAlign" type="colVAlignType" default="middle" />
  1032.             <xsd:attribute name="Width" />
  1033.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1034.             <!-- Events -->
  1035.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1036.         </xsd:complexType>
  1037.     </xsd:element>
  1038.     <xsd:element name="comment">
  1039.         <xsd:complexType mixed="true">
  1040.             <xsd:choice>
  1041.                 <xsd:group ref="InlineContent" />
  1042.                 <xsd:group ref="BlockContent" />
  1043.             </xsd:choice>
  1044.             <xsd:attribute name="Data" type="xsd:anyURI" />
  1045.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1046.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1047.             <!-- Events -->
  1048.             <xsd:attribute name="onpropertychange" vs:omtype="event" />
  1049.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1050.         </xsd:complexType>
  1051.     </xsd:element>
  1052.     <xsd:element name="dd" vs:implicitclosure="true" fp:default="onmouseover">
  1053.         <xsd:complexType mixed="true">
  1054.             <xsd:choice>
  1055.                 <xsd:group ref="InlineContent" />
  1056.                 <xsd:group ref="BlockContent" />
  1057.              </xsd:choice>
  1058.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  1059.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1060.             <!-- Events -->
  1061.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1062.          </xsd:complexType>
  1063.     </xsd:element>
  1064.     <xsd:element name="del" vs:clientom="phrase" fp:default="onmouseover">
  1065.         <xsd:complexType mixed="true">
  1066.             <xsd:choice>
  1067.                 <xsd:group ref="InlineContent" />
  1068.                 <xsd:group ref="BlockContent" />
  1069.             </xsd:choice>
  1070.             <xsd:attribute name="Cite" />
  1071.             <xsd:attribute name="DateTime" />
  1072.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1073.             <!-- Events -->
  1074.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1075.          </xsd:complexType>
  1076.     </xsd:element>
  1077.     <xsd:element name="dfn" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1078.     <xsd:element name="dir" vs:clientom="list" fp:default="onmouseover">
  1079.         <xsd:complexType>
  1080.             <xsd:choice>
  1081.                 <xsd:element ref="li" />
  1082.             </xsd:choice>
  1083.             <xsd:attribute name="Type" default="1" vs:readonly="true">
  1084.                 <xsd:simpleType>
  1085.                     <xsd:restriction base="xsd:NMTOKEN">
  1086.                         <xsd:enumeration value="A" />
  1087.                         <xsd:enumeration value="a" />
  1088.                         <xsd:enumeration value="I" />
  1089.                         <xsd:enumeration value="i" />
  1090.                         <xsd:enumeration value="1" />
  1091.                         <xsd:enumeration value="disc" />
  1092.                         <xsd:enumeration value="square" />
  1093.                         <xsd:enumeration value="circle" />
  1094.                     </xsd:restriction>
  1095.                 </xsd:simpleType>
  1096.             </xsd:attribute>
  1097.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1098.             <!-- Events -->
  1099.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1100.          </xsd:complexType>
  1101.     </xsd:element>
  1102.     <xsd:element name="div" fp:default="onclick">
  1103.         <xsd:complexType mixed="true">
  1104.             <xsd:choice>
  1105.                 <xsd:group ref="InlineContent" />
  1106.                 <xsd:group ref="BlockContent" />
  1107.             </xsd:choice>
  1108.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1109.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  1110.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1111.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  1112.             <!-- Events -->
  1113.              <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1114.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1115.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  1116.         </xsd:complexType>
  1117.     </xsd:element>
  1118.     <xsd:element name="dl" fp:default="onmouseover">
  1119.         <xsd:complexType>
  1120.             <xsd:choice>
  1121.                 <xsd:element ref="dd" />
  1122.                 <xsd:element ref="dt" />
  1123.             </xsd:choice>
  1124.             <xsd:attribute name="Compact" vs:standalone="true" />
  1125.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1126.             <!-- Events -->
  1127.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1128.              <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  1129.         </xsd:complexType>
  1130.     </xsd:element>
  1131.     <xsd:element name="dt" vs:implicitclosure="true" fp:default="onmouseover">
  1132.         <xsd:complexType mixed="true">
  1133.             <xsd:choice>
  1134.                 <xsd:group ref="InlineContent" />
  1135.             </xsd:choice>
  1136.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  1137.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1138.             <!-- Events -->
  1139.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1140.              <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  1141.         </xsd:complexType>
  1142.     </xsd:element>
  1143.     <xsd:element name="em" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1144.     <xsd:element name="embed" fp:default="onmouseover">
  1145.         <xsd:complexType mixed="true">
  1146.             <xsd:choice>
  1147.                 <xsd:group ref="InlineContent" />
  1148.                 <xsd:group ref="BlockContent" />
  1149.                 <xsd:element ref="param" />
  1150.             </xsd:choice>
  1151.             <xsd:attribute name="Align" type="blockAlignType" />
  1152.             <xsd:attribute name="Height" />
  1153.             <xsd:attribute name="Name" />
  1154.             <xsd:attribute name="PluginSpace" />
  1155.             <xsd:attribute name="Src" type="xsd:anyURI" />
  1156.             <xsd:attribute name="Units" />
  1157.             <xsd:attribute name="Width" />
  1158.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1159.             <!-- Events -->
  1160.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1161.          </xsd:complexType>
  1162.     </xsd:element>
  1163.     <xsd:element name="fieldset" fp:default="onclick">
  1164.         <xsd:complexType>
  1165.             <xsd:choice>
  1166.                 <xsd:group ref="InlineContent" />
  1167.                 <xsd:group ref="BlockContent" />
  1168.                 <xsd:element ref="legend" />
  1169.             </xsd:choice>
  1170.             <xsd:attribute name="Align" type="blockAlignType"  />
  1171.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1172.             <!-- Events -->
  1173.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1174.              <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1175.         </xsd:complexType>
  1176.     </xsd:element>
  1177.     <xsd:element name="font" fp:default="onmouseover">
  1178.         <xsd:complexType mixed="true">
  1179.             <xsd:choice>
  1180.                 <xsd:group ref="InlineContent" />
  1181.                 <xsd:group ref="BlockContent" />
  1182.             </xsd:choice>
  1183.             <xsd:attribute name="Color" type="colorType" vs:builder="color" />
  1184.             <xsd:attribute name="Face" vs:builder="font" />
  1185.             <xsd:attribute name="Size" type="xsd:integer" />
  1186.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1187.             <!-- Events -->
  1188.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1189.              <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  1190.         </xsd:complexType>
  1191.     </xsd:element>
  1192.     <xsd:element name="form" fp:default="onsubmit">
  1193.         <xsd:complexType mixed="true">
  1194.             <xsd:choice>
  1195.                 <xsd:group ref="FormElementContent" />
  1196.             </xsd:choice>
  1197.             <xsd:attribute name="AcceptCharset">
  1198.                 <xsd:simpleType>
  1199.                     <xsd:union>
  1200.                         <xsd:simpleType>
  1201.                             <xsd:restriction base="xsd:string">
  1202.                                 <xsd:enumeration value="utf-8" />
  1203.                             </xsd:restriction>
  1204.                         </xsd:simpleType>
  1205.                         <xsd:simpleType>
  1206.                             <xsd:restriction base="xsd:string" />
  1207.                         </xsd:simpleType>
  1208.                     </xsd:union>
  1209.                 </xsd:simpleType>
  1210.             </xsd:attribute>
  1211.             <xsd:attribute name="Action" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  1212.             <xsd:attribute name="AutoComplete" type="onoffType" />
  1213.             <xsd:attribute name="EncType">
  1214.                 <xsd:simpleType>
  1215.                     <xsd:union>
  1216.                         <xsd:simpleType>
  1217.                             <xsd:restriction base="xsd:NMTOKEN">
  1218.                                 <xsd:enumeration value="multipart/form-data" />
  1219.                                 <xsd:enumeration value="application/x-www-form-urlencoded" />
  1220.                             </xsd:restriction>
  1221.                         </xsd:simpleType>
  1222.                         <xsd:simpleType>
  1223.                             <xsd:restriction base="xsd:NMTOKEN">
  1224.                                 <xsd:restriction base="xsd:string" />
  1225.                             </xsd:restriction>
  1226.                         </xsd:simpleType>
  1227.                     </xsd:union>
  1228.                 </xsd:simpleType>
  1229.             </xsd:attribute>
  1230.             <xsd:attribute name="Method" default="get">
  1231.                 <xsd:simpleType>
  1232.                     <xsd:restriction base="xsd:NMTOKEN">
  1233.                         <xsd:enumeration value="get" />
  1234.                         <xsd:enumeration value="post" />
  1235.                     </xsd:restriction>
  1236.                 </xsd:simpleType>
  1237.             </xsd:attribute>
  1238.             <xsd:attribute name="Name" />
  1239.             <xsd:attribute name="Target" type="frameTarget" />
  1240.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1241.             <!-- Events -->
  1242.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1243.              <xsd:attribute name="onreset" vs:omtype="event" />
  1244.             <xsd:attribute name="onsubmit" vs:omtype="event" />
  1245.         </xsd:complexType>
  1246.     </xsd:element>
  1247.     <xsd:element name="frame" vs:implicitclosure="true" fp:default="onblur">
  1248.         <xsd:complexType>
  1249.             <xsd:attribute name="AllowTransparency" type="xsd:boolean" default="false" />
  1250.             <xsd:attribute name="Application" default="no" vs:nonbrowseable="true">
  1251.                 <xsd:simpleType>
  1252.                     <xsd:restriction base="xsd:NMTOKEN">
  1253.                         <xsd:enumeration value="yes" />
  1254.                         <xsd:enumeration value="no" />
  1255.                     </xsd:restriction>
  1256.                 </xsd:simpleType>
  1257.             </xsd:attribute>
  1258.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  1259.             <xsd:attribute name="FrameBorder" default="1">
  1260.                 <xsd:simpleType>
  1261.                     <xsd:restriction base="xsd:NMTOKEN">
  1262.                         <xsd:enumeration value="yes" />
  1263.                         <xsd:enumeration value="no" />
  1264.                         <xsd:enumeration value="1" />
  1265.                         <xsd:enumeration value="0" />
  1266.                     </xsd:restriction>
  1267.                 </xsd:simpleType>
  1268.             </xsd:attribute>
  1269.             <xsd:attribute name="Height" />
  1270.             <xsd:attribute name="LongDesc" type="xsd:anyURI" />
  1271.             <xsd:attribute name="MarginHeight" />
  1272.             <xsd:attribute name="MarginWidth" />
  1273.             <xsd:attribute name="Name" />
  1274.             <xsd:attribute name="NoReSize" vs:standalone="true" />
  1275.             <xsd:attribute name="Scrolling" type="scrollingType" default="auto" />
  1276.             <xsd:attribute name="Security">
  1277.                 <xsd:simpleType>
  1278.                     <xsd:restriction base="xsd:NMTOKEN">
  1279.                         <xsd:enumeration value="restricted" />
  1280.                     </xsd:restriction>
  1281.                 </xsd:simpleType>
  1282.             </xsd:attribute>
  1283.             <xsd:attribute name="Src" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  1284.             <xsd:attribute name="Width" />
  1285.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1286.             <xsd:attributeGroup ref="dataAttributeGroup" />
  1287.              <!-- Events -->
  1288.             <xsd:attributeGroup ref="activateEventsGroup" />
  1289.             <xsd:attributeGroup ref="moveEventsGroup" />
  1290.             <xsd:attributeGroup ref="updateEventsGroup" />
  1291.             <xsd:attribute name="onblur" vs:omtype="event" />
  1292.             <xsd:attribute name="onfocus" vs:omtype="event" />
  1293.             <xsd:attribute name="onload" vs:omtype="event" />
  1294.         </xsd:complexType>
  1295.     </xsd:element>
  1296.     <xsd:element name="frameset" fp:default="onload">
  1297.         <xsd:complexType>
  1298.             <xsd:choice>
  1299.                 <xsd:element ref="frame" />
  1300.                 <xsd:element ref="frameset" />
  1301.                 <xsd:element ref="noframes" />
  1302.             </xsd:choice>
  1303.             <xsd:attribute name="Border" type="xsd:integer" />
  1304.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  1305.             <xsd:attribute name="Cols" />
  1306.             <xsd:attribute name="FrameBorder" default="1">
  1307.                 <xsd:simpleType>
  1308.                     <xsd:restriction base="xsd:NMTOKEN">
  1309.                         <xsd:enumeration value="yes" />
  1310.                         <xsd:enumeration value="no" />
  1311.                         <xsd:enumeration value="1" />
  1312.                         <xsd:enumeration value="0" />
  1313.                     </xsd:restriction>
  1314.                 </xsd:simpleType>
  1315.             </xsd:attribute>
  1316.             <xsd:attribute name="FrameSpacing" type="xsd:integer" />
  1317.             <xsd:attribute name="Rows" />
  1318.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1319.             <!-- Events -->
  1320.             <xsd:attributeGroup ref="activateEventsGroup" />
  1321.             <xsd:attributeGroup ref="loadEventsGroup" />
  1322.             <xsd:attributeGroup ref="moveEventsGroup" />
  1323.             <xsd:attributeGroup ref="updateEventsGroup" />
  1324.             <xsd:attribute name="onbeforeprint" vs:omtype="event" />
  1325.             <xsd:attribute name="onblur" vs:omtype="event" />
  1326.             <xsd:attribute name="oncontrolselect" vs:omtype="event" />
  1327.             <xsd:attribute name="onfocus" vs:omtype="event" />
  1328.         </xsd:complexType>
  1329.     </xsd:element>
  1330.     <xsd:element name="head">
  1331.         <xsd:complexType>
  1332.             <xsd:choice>
  1333.                 <xsd:element ref="base" />
  1334.                 <xsd:element ref="bgsound" />
  1335.                 <xsd:element ref="isindex" />
  1336.                 <xsd:element ref="link" />
  1337.                 <xsd:element ref="meta" />
  1338.                 <xsd:element ref="nextid" />                
  1339.                 <xsd:element ref="object" />
  1340.                 <xsd:element ref="script" />
  1341.                 <xsd:element ref="style" />
  1342.                 <xsd:element ref="title" minOccurs="0" maxOccurs="1" />
  1343.                 <xsd:element ref="xml" />
  1344.             </xsd:choice>
  1345.             <xsd:attribute name="Class" vs:mapstoname="className" />
  1346.             <xsd:attribute name="Lang" type="i18LanguageCode" />
  1347.             <xsd:attribute name="Profile" />
  1348.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1349.             <!-- Events -->
  1350.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  1351.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1352.         </xsd:complexType>
  1353.     </xsd:element>
  1354.     <xsd:element name="hr">
  1355.         <xsd:complexType>
  1356.             <xsd:attribute name="Align" type="colAlignType" default="center" />
  1357.             <xsd:attribute name="Color" type="colorType" vs:builder="color" />
  1358.             <xsd:attribute name="NoShade" vs:standalone="true" />
  1359.             <xsd:attribute name="Size" />
  1360.             <xsd:attribute name="Width" />
  1361.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1362.              <!-- Events -->
  1363.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1364.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  1365.         </xsd:complexType>
  1366.     </xsd:element>
  1367.     <xsd:element name="html" minOccurs="1" maxOccurs="1">
  1368.         <xsd:complexType>
  1369.             <xsd:choice>
  1370.                 <xsd:element ref="body" minOccurs="1" maxOccurs="1" />
  1371.                 <xsd:element ref="frameset" minOccurs="0" maxOccurs="1" />
  1372.                 <xsd:element ref="head" minOccurs="0" maxOccurs="1" />
  1373.                 <xsd:element ref="script" />
  1374.             </xsd:choice>
  1375.             <xsd:attribute name="Scroll" type="scrollingType" default="yes" />
  1376.             <xsd:attribute name="Version" />
  1377.             <xsd:attribute name="xmlns" />
  1378.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1379.             <!-- Events -->
  1380.             <xsd:attributeGroup name="mouseEventsGroup" />
  1381.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  1382.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1383.         </xsd:complexType>
  1384.     </xsd:element>
  1385.     <xsd:element name="h1" vs:clientom="header" fp:default="onmouseover">
  1386.         <xsd:complexType mixed="true">
  1387.             <xsd:choice>
  1388.                 <xsd:group ref="InlineContent" />
  1389.             </xsd:choice>
  1390.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1391.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1392.             <!-- Events -->
  1393.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1394.         </xsd:complexType>
  1395.     </xsd:element>
  1396.     <xsd:element name="h2" vs:clientom="header" fp:default="onmouseover">
  1397.         <xsd:complexType mixed="true">
  1398.             <xsd:choice>
  1399.                 <xsd:group ref="InlineContent" />
  1400.             </xsd:choice>
  1401.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1402.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1403.             <!-- Events -->
  1404.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1405.         </xsd:complexType>
  1406.     </xsd:element>
  1407.     <xsd:element name="h3" vs:clientom="header" fp:default="onmouseover">
  1408.         <xsd:complexType mixed="true">
  1409.             <xsd:choice>
  1410.                 <xsd:group ref="InlineContent" />
  1411.             </xsd:choice>
  1412.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1413.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1414.             <!-- Events -->
  1415.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1416.         </xsd:complexType>
  1417.     </xsd:element>
  1418.     <xsd:element name="h4" vs:clientom="header" fp:default="onmouseover">
  1419.         <xsd:complexType mixed="true">
  1420.             <xsd:choice>
  1421.                 <xsd:group ref="InlineContent" />
  1422.             </xsd:choice>
  1423.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1424.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1425.             <!-- Events -->
  1426.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1427.         </xsd:complexType>
  1428.     </xsd:element>
  1429.     <xsd:element name="h5" vs:clientom="header" fp:default="onmouseover">
  1430.         <xsd:complexType mixed="true">
  1431.             <xsd:choice>
  1432.                 <xsd:group ref="InlineContent" />
  1433.             </xsd:choice>
  1434.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1435.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1436.             <!-- Events -->
  1437.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1438.         </xsd:complexType>
  1439.     </xsd:element>
  1440.     <xsd:element name="h6" vs:clientom="header" fp:default="onmouseover">
  1441.         <xsd:complexType mixed="true">
  1442.             <xsd:choice>
  1443.                 <xsd:group ref="InlineContent" />
  1444.             </xsd:choice>
  1445.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1446.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1447.             <!-- Events -->
  1448.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1449.         </xsd:complexType>
  1450.     </xsd:element>
  1451.     <xsd:element name="i" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1452.     <xsd:element name="iframe" vs:clientom="frame">
  1453.         <xsd:complexType mixed="true">
  1454.             <xsd:choice>
  1455.                 <xsd:group ref="InlineContent" />
  1456.                 <xsd:group ref="BlockContent" />
  1457.             </xsd:choice>
  1458.             <xsd:attribute name="AllowTransparency" type="xsd:boolean" default="false" />
  1459.             <xsd:attribute name="Application" default="no" vs:nonbrowseable="true">
  1460.                 <xsd:simpleType>
  1461.                     <xsd:restriction base="xsd:NMTOKEN">
  1462.                         <xsd:enumeration value="yes" />
  1463.                         <xsd:enumeration value="no" />
  1464.                     </xsd:restriction>
  1465.                 </xsd:simpleType>
  1466.             </xsd:attribute>
  1467.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  1468.             <xsd:attribute name="FrameBorder" default="1">
  1469.                 <xsd:simpleType>
  1470.                     <xsd:restriction base="xsd:NMTOKEN">
  1471.                         <xsd:enumeration value="yes" />
  1472.                         <xsd:enumeration value="no" />
  1473.                         <xsd:enumeration value="1" />
  1474.                         <xsd:enumeration value="0" />
  1475.                     </xsd:restriction>
  1476.                 </xsd:simpleType>
  1477.             </xsd:attribute>
  1478.             <xsd:attribute name="Height" />
  1479.             <xsd:attribute name="LongDesc" type="xsd:anyURI" />
  1480.             <xsd:attribute name="MarginHeight" />
  1481.             <xsd:attribute name="MarginWidth" />
  1482.             <xsd:attribute name="Name" />
  1483.             <xsd:attribute name="NoResize" vs:standalone="true" />
  1484.             <xsd:attribute name="Scrolling" type="scrollingType" default="auto" />
  1485.             <xsd:attribute name="Security">
  1486.                 <xsd:simpleType>
  1487.                     <xsd:restriction base="xsd:NMTOKEN">
  1488.                         <xsd:enumeration value="restricted" />
  1489.                     </xsd:restriction>
  1490.                 </xsd:simpleType>
  1491.             </xsd:attribute>
  1492.             <xsd:attribute name="Src" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  1493.             <xsd:attribute name="Width" />
  1494.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1495.             <xsd:attributeGroup ref="dataAttributeGroup" />
  1496.             <!-- Events -->
  1497.             <xsd:attributeGroup ref="activateEventsGroup" />
  1498.             <xsd:attributeGroup ref="moveEventsGroup" />
  1499.             <xsd:attributeGroup ref="updateEventsGroup" />
  1500.             <xsd:attribute name="onblur" vs:omtype="event" />
  1501.             <xsd:attribute name="onfocus" vs:omtype="event" />
  1502.             <xsd:attribute name="onload" vs:omtype="event" />
  1503.         </xsd:complexType>
  1504.     </xsd:element>
  1505.     <xsd:element name="img" fp:default="onclick">
  1506.         <xsd:complexType>
  1507.             <xsd:attribute name="Align" type="blockAlignType" />
  1508.             <xsd:attribute name="Alt" />
  1509.             <xsd:attribute name="Border" type="xsd:integer" />
  1510.             <xsd:attribute name="DynSrc" type="xsd:anyURI" />
  1511.             <xsd:attribute name="Height" />
  1512.             <xsd:attribute name="HSpace" type="ui4" />
  1513.             <xsd:attribute name="ISMap" vs:standalone="true" />
  1514.             <xsd:attribute name="LongDesc" type="xsd:anyURI" />
  1515.             <xsd:attribute name="Loop" type="xsd:integer" />
  1516.             <xsd:attribute name="LowSrc" type="xsd:anyURI" />
  1517.             <xsd:attribute name="Name" />
  1518.             <xsd:attribute name="Src" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  1519.             <xsd:attribute name="Start" default="fileopen">
  1520.                 <xsd:simpleType>
  1521.                     <xsd:restriction base="xsd:NMTOKEN">
  1522.                         <xsd:enumeration value="fileopen" />
  1523.                         <xsd:enumeration value="mouseover" />
  1524.                     </xsd:restriction>
  1525.                 </xsd:simpleType>
  1526.             </xsd:attribute>
  1527.             <xsd:attribute name="UseMap" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  1528.             <xsd:attribute name="VSpace" type="ui4" />
  1529.             <xsd:attribute name="Width" />
  1530.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1531.             <xsd:attributeGroup ref="dataAttributeGroup" />
  1532.             <!-- Events -->
  1533.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1534.             <xsd:attributeGroup ref="updateEventsGroup" />
  1535.             <xsd:attribute name="onabort" vs:omtype="event" />
  1536.             <xsd:attribute name="onerror" vs:omtype="event" />
  1537.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1538.         </xsd:complexType>
  1539.     </xsd:element>
  1540.     <xsd:element name="input" vs:clientom="#Type" fp:default="onclick">
  1541.         <xsd:complexType>
  1542.             <xsd:attribute name="Accept" vs:inputtype="file" />
  1543.             <xsd:attribute name="Align" type="blockAlignType" default="top" vs:inputtype="image" />
  1544.             <xsd:attribute name="Alt" vs:inputtype="image" />
  1545.             <xsd:attribute name="AutoComplete" type="onoffType" vs:inputtype="password text" />
  1546.             <xsd:attribute name="Checked" vs:inputtype="checkbox radio" vs:standalone="true" />
  1547.             <xsd:attribute name="Disabled" vs:inputtype="button checkbox file image password radio reset submit text" vs:standalone="true" />
  1548.             <xsd:attribute name="DynSrc" type="xsd:anyURI" vs:inputtype="image" />
  1549.             <xsd:attribute name="Height" vs:inputtype="image" />
  1550.             <xsd:attribute name="HSpace" type="ui4" vs:inputtype="image" />
  1551.             <xsd:attribute name="Loop" type="xsd:integer" vs:inputtype="image" />
  1552.             <xsd:attribute name="LowSrc" type="xsd:anyURI" vs:inputtype="image" />
  1553.             <xsd:attribute name="MaxLength" type="ui4" vs:inputtype="password text" />
  1554.             <xsd:attribute name="Name" />
  1555.             <xsd:attribute name="ReadOnly" vs:inputtype="password text" vs:standalone="true" />
  1556.             <xsd:attribute name="Size" type="xsd:integer" vs:inputtype="button checkbox file image password radio reset submit text" />
  1557.             <xsd:attribute name="Src" type="xsd:anyURI" vs:inputtype="image" />
  1558.             <xsd:attribute name="Start" default="fileopen" vs:inputtype="image">
  1559.                 <xsd:simpleType>
  1560.                     <xsd:restriction base="xsd:NMTOKEN">
  1561.                         <xsd:enumeration value="fileopen" />
  1562.                         <xsd:enumeration value="mouseover" />
  1563.                     </xsd:restriction>
  1564.                 </xsd:simpleType>
  1565.             </xsd:attribute>
  1566.             <xsd:attribute name="Type" vs:readonly="true">
  1567.                 <xsd:simpleType>
  1568.                     <xsd:restriction base="xsd:NMTOKEN">
  1569.                         <xsd:enumeration value="button" />
  1570.                         <xsd:enumeration value="checkbox" />
  1571.                         <xsd:enumeration value="file" />
  1572.                         <xsd:enumeration value="hidden" />
  1573.                         <xsd:enumeration value="image" />
  1574.                         <xsd:enumeration value="password" />
  1575.                         <xsd:enumeration value="radio" />
  1576.                         <xsd:enumeration value="reset" />
  1577.                         <xsd:enumeration value="submit" />
  1578.                         <xsd:enumeration value="text" />
  1579.                     </xsd:restriction>
  1580.                 </xsd:simpleType>
  1581.             </xsd:attribute>
  1582.             <xsd:attribute name="UseMap" type="xsd:anyURI" vs:inputtype="image" />
  1583.             <xsd:attribute name="Value" vs:inputtype="button checkbox hidden image password radio reset submit text" />
  1584.             <xsd:attribute name="VSpace" type="ui4" vs:inputtype="image" />
  1585.             <xsd:attribute name="Width" vs:inputtype="image" />
  1586.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1587.             <!-- Events -->
  1588.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1589.             <xsd:attributeGroup ref="updateEventsGroup" />
  1590.             <xsd:attribute name="onchange" vs:omtype="event" vs:inputtype="text"/>
  1591.             <xsd:attribute name="onselect" vs:omtype="event" vs:inputtype="text"/>
  1592.             <xsd:attribute name="onfilterchange" vs:omtype="event" vs:inputtype="button checkbox file image password radio reset submit text" />
  1593.         </xsd:complexType>
  1594.     </xsd:element>
  1595.     <xsd:element name="ins" vs:clientom="phrase" fp:default="onmouseover">
  1596.         <xsd:complexType mixed="true">
  1597.             <xsd:choice>
  1598.                 <xsd:group ref="InlineContent" />
  1599.                 <xsd:group ref="BlockContent" />
  1600.             </xsd:choice>
  1601.             <xsd:attribute name="Cite" />
  1602.             <xsd:attribute name="DateTime" />
  1603.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1604.             <!-- Events -->
  1605.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1606.         </xsd:complexType>
  1607.     </xsd:element>
  1608.     <xsd:element name="isindex" fp:default="onhelp">
  1609.         <xsd:complexType>
  1610.             <xsd:attribute name="Action" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.shtm;.shtml;.php;.jsp" />
  1611.             <xsd:attribute name="Prompt" />
  1612.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1613.             <!-- Events -->
  1614.             <xsd:attributeGroup ref="moveEventsGroup" />
  1615.             <xsd:attributeGroup ref="activateEventsGroup" />
  1616.             <xsd:attribute name="onblur" vs:omtype="event" />
  1617.             <xsd:attribute name="onfocus" vs:omtype="event" />
  1618.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1619.         </xsd:complexType>
  1620.     </xsd:element>
  1621.     <xsd:element name="kbd" type="simpleInlineElement" vs:clientom="phrase" fp:default="onclick" />
  1622.     <xsd:element name="label" fp:default="onclick">
  1623.         <xsd:complexType mixed="true">
  1624.             <xsd:choice>
  1625.                 <xsd:group ref="LabelContent" />
  1626.             </xsd:choice>
  1627.             <xsd:attribute name="For" />
  1628.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1629.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  1630.             <!-- Events -->
  1631.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1632.             <xsd:attributeGroup ref="updateEventsGroup" />
  1633.         </xsd:complexType>
  1634.     </xsd:element>
  1635.     <xsd:element name="legend" fp:default="onclick">
  1636.         <xsd:complexType mixed="true">
  1637.             <xsd:choice>
  1638.                 <xsd:group ref="InlineContent" />
  1639.             </xsd:choice>
  1640.             <xsd:attribute name="Align">
  1641.                 <xsd:simpleType>
  1642.                     <xsd:restriction base="xsd:NMTOKEN">
  1643.                         <xsd:enumeration value="bottom" />
  1644.                         <xsd:enumeration value="center" />
  1645.                         <xsd:enumeration value="left" />
  1646.                         <xsd:enumeration value="right" />
  1647.                         <xsd:enumeration value="top" />
  1648.                     </xsd:restriction>
  1649.                 </xsd:simpleType>
  1650.             </xsd:attribute>
  1651.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1652.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  1653.             <!-- Events -->
  1654.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1655.             <xsd:attributeGroup ref="updateEventsGroup" />
  1656.         </xsd:complexType>
  1657.     </xsd:element>
  1658.     <xsd:element name="li" vs:implicitclosure="true" fp:default="onmouseover">
  1659.         <xsd:complexType mixed="true">
  1660.             <xsd:choice>
  1661.                 <xsd:group ref="InlineContent" />
  1662.                 <xsd:group ref="BlockContent" />
  1663.             </xsd:choice>
  1664.             <xsd:attribute name="Type" vs:readonly="true">
  1665.                 <xsd:simpleType>
  1666.                     <xsd:restriction base="xsd:NMTOKEN">
  1667.                         <xsd:enumeration value="A" />
  1668.                         <xsd:enumeration value="a" />
  1669.                         <xsd:enumeration value="I" />
  1670.                         <xsd:enumeration value="i" />
  1671.                         <xsd:enumeration value="1" />
  1672.                     </xsd:restriction>
  1673.                 </xsd:simpleType>
  1674.             </xsd:attribute>
  1675.             <xsd:attribute name="Value" />
  1676.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1677.             <!-- Events -->
  1678.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1679.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  1680.         </xsd:complexType>
  1681.     </xsd:element>
  1682.     <xsd:element name="link" fp:default="onclick">
  1683.         <xsd:complexType>
  1684.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1685.             <xsd:attribute name="HRef" type="xsd:anyURI" vs:preferredextensions=".asp;.aspx;.asmx;.ashx;.ascx;.htm;.html;.xml;.xsd;.css;.shtm;.shtml;.php;.jsp" />
  1686.             <xsd:attribute name="HRefLang" type="i18LanguageCode" />
  1687.             <xsd:attribute name="Media" type="mediaType" default="screen" />
  1688.             <xsd:attribute name="Name" />
  1689.             <xsd:attribute name="Rel" type="linkType" />
  1690.             <xsd:attribute name="Rev" type="linkType" />
  1691.             <xsd:attribute name="Type" type="contentType" vs:readonly="true" />
  1692.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1693.             <!-- Events -->
  1694.             <xsd:attribute name="onload" vs:omtype="event" />
  1695.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1696.         </xsd:complexType>
  1697.     </xsd:element>
  1698.     <xsd:element name="listing" type="simpleInlineElement" vs:deprecated="true" vs:clientom="block" vs:nonbrowseable="true" fp:default="onmouseover" />
  1699.     <xsd:element name="map" fp:default="onmouseover">
  1700.         <xsd:complexType>
  1701.             <xsd:choice>
  1702.                 <xsd:element ref="area" />
  1703.                 <xsd:group ref="BlockContent" />
  1704.             </xsd:choice>
  1705.             <xsd:attribute name="Name" />
  1706.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1707.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1708.             <!-- Events -->
  1709.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1710.         </xsd:complexType>
  1711.     </xsd:element>
  1712.     <xsd:element name="marquee" fp:default="onmouseover">
  1713.         <xsd:complexType mixed="true">
  1714.             <xsd:choice>
  1715.                 <xsd:group ref="InlineContent" />
  1716.                 <xsd:group ref="BlockContent" />
  1717.             </xsd:choice>
  1718.             <xsd:attribute name="Behavior" default="scroll">
  1719.                 <xsd:simpleType>
  1720.                     <xsd:restriction base="xsd:NMTOKEN">
  1721.                         <xsd:enumeration value="alternate" />
  1722.                         <xsd:enumeration value="scroll" />
  1723.                         <xsd:enumeration value="slide" />
  1724.                     </xsd:restriction>
  1725.                 </xsd:simpleType>
  1726.             </xsd:attribute>
  1727.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  1728.             <xsd:attribute name="Direction" default="left">
  1729.                 <xsd:simpleType>
  1730.                     <xsd:restriction base="xsd:NMTOKEN">
  1731.                         <xsd:enumeration value="left" />
  1732.                         <xsd:enumeration value="right" />
  1733.                         <xsd:enumeration value="down" />
  1734.                         <xsd:enumeration value="up" />
  1735.                     </xsd:restriction>
  1736.                 </xsd:simpleType>
  1737.             </xsd:attribute>
  1738.             <xsd:attribute name="Height" />
  1739.             <xsd:attribute name="HSpace" type="ui4" />
  1740.             <xsd:attribute name="Loop" type="xsd:integer" />
  1741.             <xsd:attribute name="ScrollAmount" type="xsd:integer" />
  1742.             <xsd:attribute name="ScrollDelay" type="xsd:integer" />
  1743.             <xsd:attribute name="TrueSpeed" vs:standalone="true" />
  1744.             <xsd:attribute name="VSpace" type="ui4" />
  1745.             <xsd:attribute name="Width" />
  1746.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1747.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  1748.             <!-- Events -->
  1749.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1750.             <xsd:attributeGroup ref="updateEventsGroup" />
  1751.             <xsd:attribute name="onbounce" vs:omtype="event" />
  1752.             <xsd:attribute name="onscroll" vs:omtype="event" />
  1753.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1754.             <xsd:attribute name="onfinish" vs:omtype="event" />
  1755.             <xsd:attribute name="onstart" vs:omtype="event" />
  1756.         </xsd:complexType>
  1757.     </xsd:element>
  1758.     <xsd:element name="menu" vs:clientom="list" fp:default="onmouseover">
  1759.         <xsd:complexType>
  1760.             <xsd:choice>
  1761.                 <xsd:element ref="li" />
  1762.             </xsd:choice>
  1763.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1764.             <!-- Events -->
  1765.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1766.         </xsd:complexType>
  1767.     </xsd:element>
  1768.     <xsd:element name="meta">
  1769.         <xsd:complexType>
  1770.             <xsd:attribute name="Content" />
  1771.             <xsd:attribute name="HTTP-Equiv" />
  1772.             <xsd:attribute name="Name" />
  1773.             <xsd:attribute name="Scheme" />
  1774.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  1775.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1776.         </xsd:complexType>
  1777.     </xsd:element>
  1778.     <xsd:element name="nextid">
  1779.         <xsd:complexType>
  1780.             <xsd:attribute name="N" type="xsd:integer" />
  1781.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1782.             <!-- Events -->
  1783.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1784.         </xsd:complexType>
  1785.     </xsd:element>
  1786.     <xsd:element name="nobr" vs:clientom="phrase">
  1787.         <xsd:complexType mixed="true">
  1788.             <xsd:choice>
  1789.                 <xsd:group ref="InlineContent" />
  1790.             </xsd:choice>
  1791.             <xsd:attribute name="Height" type="xsd:integer" />
  1792.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1793.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1794.             <!-- Events -->
  1795.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1796.         </xsd:complexType>
  1797.     </xsd:element>
  1798.     <xsd:element name="noembed" vs:clientom="block">
  1799.         <xsd:complexType mixed="true">
  1800.             <xsd:choice>
  1801.                 <xsd:group ref="InlineContent" />
  1802.                 <xsd:group ref="BlockContent" />
  1803.             </xsd:choice>
  1804.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1805.             <!-- Events -->
  1806.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1807.         </xsd:complexType>
  1808.     </xsd:element>
  1809.     <xsd:element name="noframes" vs:clientom="noshow" fp:default="onclick">
  1810.         <xsd:complexType mixed="true">
  1811.             <xsd:choice>
  1812.                 <xsd:group ref="InlineContent" />
  1813.                 <xsd:group ref="BlockContent" />
  1814.                 <xsd:element ref="body" />
  1815.             </xsd:choice>
  1816.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1817.             <!-- Events -->
  1818.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1819.         </xsd:complexType>
  1820.     </xsd:element>
  1821.     <xsd:element name="noscript" vs:clientom="noshow" fp:default="onclick">
  1822.         <xsd:complexType mixed="true">
  1823.             <xsd:choice>
  1824.                 <xsd:group ref="InlineContent" />
  1825.                 <xsd:group ref="BlockContent" />
  1826.             </xsd:choice>
  1827.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1828.             <!-- Events -->
  1829.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  1830.         </xsd:complexType>
  1831.     </xsd:element>
  1832.     <xsd:element name="object" fp:default="onclick">
  1833.         <xsd:complexType mixed="true">
  1834.             <xsd:choice>
  1835.                 <xsd:group ref="InlineContent" />
  1836.                 <xsd:group ref="BlockContent" />
  1837.                 <xsd:element ref="param" />
  1838.             </xsd:choice>
  1839.             <xsd:attribute name="Align" type="blockAlignType" />
  1840.             <xsd:attribute name="Archive" />
  1841.             <xsd:attribute name="Border" type="xsd:integer" />
  1842.             <xsd:attribute name="ClassId" />
  1843.             <xsd:attribute name="Code" type="xsd:anyURI" />
  1844.             <xsd:attribute name="CodeBase" />
  1845.             <xsd:attribute name="CodeType" />
  1846.             <xsd:attribute name="Data" type="xsd:anyURI" />
  1847.             <xsd:attribute name="Declare">
  1848.                 <xsd:simpleType>
  1849.                     <xsd:restriction base="xsd:NMTOKEN">
  1850.                         <xsd:enumeration value="declare" />
  1851.                     </xsd:restriction>
  1852.                 </xsd:simpleType>
  1853.             </xsd:attribute>
  1854.             <xsd:attribute name="Height" />
  1855.             <xsd:attribute name="HSpace" type="xsd:integer" />
  1856.             <xsd:attribute name="Name" />
  1857.             <xsd:attribute name="NoExternalData" type="xsd:boolean"/>
  1858.             <xsd:attribute name="ProgId" />
  1859.             <xsd:attribute name="StandBy" />
  1860.             <xsd:attribute name="Type" vs:readonly="true" />
  1861.             <xsd:attribute name="VSpace" type="xsd:integer" />
  1862.             <xsd:attribute name="Width" />
  1863.             <xsd:attributeGroup ref="commonAttributeGroup" />
  1864.             <!-- Events -->
  1865.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1866.             <xsd:attributeGroup ref="recordsetEventsGroup" />
  1867.             <xsd:attribute name="onerror" vs:omtype="event" />
  1868.         </xsd:complexType>
  1869.     </xsd:element>
  1870.  
  1871.     <xsd:element name="ol" type="olDef" />
  1872.  
  1873.     <xsd:element name="optgroup">
  1874.         <xsd:complexType>
  1875.             <xsd:choice>
  1876.                 <xsd:element ref="option" />
  1877.             </xsd:choice>
  1878.             <xsd:attribute name="Disabled" vs:standalone="true" />
  1879.             <xsd:attribute name="Label" />
  1880.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1881.         </xsd:complexType>
  1882.     </xsd:element>
  1883.     <xsd:element name="option" vs:implicitclosure="true" fp:default="onclick">
  1884.         <xsd:complexType mixed="true">
  1885.             <xsd:attribute name="Label" />
  1886.             <xsd:attribute name="Selected" vs:standalone="true" />
  1887.             <xsd:attribute name="Value" />
  1888.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1889.             <!-- Events -->
  1890.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1891.         </xsd:complexType>
  1892.     </xsd:element>
  1893.     <xsd:element name="p" vs:implicitclosure="true" fp:default="onmouseover">
  1894.         <xsd:complexType mixed="true">
  1895.             <xsd:choice>
  1896.                 <xsd:group ref="InlineContent" />
  1897.             </xsd:choice>
  1898.             <xsd:attribute name="Align" type="colAlignWithJustifyType" default="left" />
  1899.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1900.             <!-- Events -->
  1901.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1902.         </xsd:complexType>
  1903.     </xsd:element>
  1904.     <xsd:element name="param">
  1905.         <xsd:complexType>
  1906.             <xsd:attribute name="Name" />
  1907.             <xsd:attribute name="Type" />
  1908.             <xsd:attribute name="Value" />
  1909.             <xsd:attribute name="ValueType" default="data">
  1910.                 <xsd:simpleType>
  1911.                     <xsd:restriction base="xsd:NMTOKEN">
  1912.                         <xsd:enumeration value="data" />
  1913.                         <xsd:enumeration value="ref" />
  1914.                         <xsd:enumeration value="object" />
  1915.                     </xsd:restriction>
  1916.                 </xsd:simpleType>
  1917.             </xsd:attribute>
  1918.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1919.             <xsd:attributeGroup ref="dataAttributeGroup" />
  1920.         </xsd:complexType>
  1921.     </xsd:element>
  1922.     <xsd:element name="plaintext" vs:deprecated="true" vs:nonbrowseable="true">
  1923.         <xsd:complexType mixed="true">
  1924.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1925.         </xsd:complexType>
  1926.     </xsd:element>
  1927.     <xsd:element name="pre" vs:clientom="block" fp:default="onmouseover">
  1928.         <xsd:complexType mixed="true">
  1929.             <xsd:choice>
  1930.                 <xsd:group ref="PreContent" />
  1931.             </xsd:choice>
  1932.             <xsd:attribute name="Width" />
  1933.             <xsd:attribute name="Wrap" default="soft">
  1934.                 <xsd:simpleType>
  1935.                     <xsd:restriction base="xsd:NMTOKEN">
  1936.                         <xsd:enumeration value="soft" />
  1937.                         <xsd:enumeration value="hard" />
  1938.                         <xsd:enumeration value="off" />
  1939.                     </xsd:restriction>
  1940.                 </xsd:simpleType>
  1941.             </xsd:attribute>
  1942.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1943.             <!-- Events -->
  1944.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1945.         </xsd:complexType>
  1946.     </xsd:element>
  1947.     <xsd:element name="q" vs:clientom="phrase" fp:default="onmouseover">
  1948.         <xsd:complexType mixed="true">
  1949.             <xsd:choice>
  1950.                 <xsd:group ref="InlineContent" />
  1951.             </xsd:choice>
  1952.             <xsd:attribute name="Cite" />
  1953.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  1954.             <!-- Events -->
  1955.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1956.         </xsd:complexType>
  1957.     </xsd:element>
  1958.     <xsd:element name="rt" fp:default="onclick">
  1959.         <xsd:complexType mixed="true">
  1960.             <xsd:choice>
  1961.                 <xsd:group ref="InlineContent" />
  1962.             </xsd:choice>
  1963.             <xsd:attribute name="Name" />
  1964.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1965.             <!-- Events -->
  1966.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  1967.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1968.         </xsd:complexType>
  1969.     </xsd:element>
  1970.     <xsd:element name="ruby" fp:default="onclick">
  1971.         <xsd:complexType mixed="true">
  1972.             <xsd:choice>
  1973.                 <xsd:group ref="InlineContent" />
  1974.                 <xsd:element ref="rt" />
  1975.             </xsd:choice>
  1976.             <xsd:attribute name="Name" />
  1977.             <xsd:attributeGroup ref="coreAttributeGroup" />
  1978.             <xsd:attributeGroup ref="i18AttributeGroup" />
  1979.             <!-- Events -->
  1980.             <xsd:attributeGroup ref="focusAttributeGroup" />
  1981.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  1982.         </xsd:complexType>
  1983.     </xsd:element>
  1984.     <xsd:element name="s" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1985.     <xsd:element name="samp" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  1986.     <xsd:element name="script" fp:default="onload">
  1987.         <xsd:complexType mixed="true">
  1988.             <xsd:attribute name="Defer" vs:standalone="true" />
  1989.             <xsd:attribute name="Event" />
  1990.             <xsd:attribute name="For" />
  1991.             <xsd:attribute name="Lang" type="i18LanguageCode" /> 
  1992.             <xsd:attribute name="Language" type="scriptLanguageWithPhp" default="javascript" />
  1993.             <xsd:attribute name="Src" type="xsd:anyURI" />
  1994.             <xsd:attribute name="Type" type="scriptType" />
  1995.             <xsd:attribute name="xml:Space" vs:readonly="true" fixed="true" />
  1996.             <xsd:attributeGroup ref="runatAttributeGroup" />
  1997.             <!-- Events -->
  1998.             <xsd:attribute name="onload" vs:omtype="event" />
  1999.             <xsd:attribute name="onpropertychange" vs:omtype="event" />
  2000.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  2001.         </xsd:complexType>
  2002.     </xsd:element>
  2003.     <xsd:element name="select" fp:default="onchange">
  2004.         <xsd:complexType>
  2005.             <xsd:choice>
  2006.                 <xsd:element ref="optgroup" />
  2007.                 <xsd:element ref="option" />
  2008.             </xsd:choice>
  2009.             <xsd:attribute name="Multiple" vs:standalone="true" />
  2010.             <xsd:attribute name="Name" />
  2011.             <xsd:attribute name="Size" type="ui4" />
  2012.             <xsd:attributeGroup ref="focusAttributeGroup" />
  2013.             <xsd:attributeGroup ref="dataAttributeGroup" />
  2014.             <!-- Events -->
  2015.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2016.             <xsd:attribute name="onchange" vs:omtype="event" />
  2017.         </xsd:complexType>
  2018.     </xsd:element>
  2019.     <xsd:element name="small" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2020.     <xsd:element name="span" fp:default="onmouseover">
  2021.         <xsd:complexType mixed="true">
  2022.             <xsd:choice>
  2023.                 <xsd:group ref="InlineContent" />
  2024.             </xsd:choice>
  2025.             <xsd:attribute name="Disabled" vs:standalone="true" />
  2026.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2027.             <xsd:attributeGroup ref="dataFormatAttributeGroup" />
  2028.             <!-- Events -->
  2029.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2030.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  2031.         </xsd:complexType>
  2032.     </xsd:element>
  2033.     <xsd:element name="strike" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2034.     <xsd:element name="strong" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2035.     <xsd:element name="style">
  2036.         <xsd:complexType mixed="true">
  2037.             <xsd:attributeGroup ref="coreAttributeGroup" />
  2038.             <xsd:attribute name="Dir" default="ltr">
  2039.                 <xsd:simpleType>
  2040.                     <xsd:restriction base="xsd:NMTOKEN">
  2041.                         <xsd:enumeration value="ltr" />
  2042.                         <xsd:enumeration value="rtl" />
  2043.                     </xsd:restriction>
  2044.                 </xsd:simpleType>
  2045.             </xsd:attribute>
  2046.             <xsd:attribute name="Disabled" vs:standalone="true" />
  2047.             <xsd:attribute name="Media" type="mediaType" default="screen" />
  2048.         <!--
  2049.             <xsd:attribute name="xml:Space" vs:readonly="true" fixed="true">
  2050.                 <xsd:simpleType>
  2051.                     <xsd:restriction base="xsd:string">
  2052.                         <xsd:enumeration value="preserve" />
  2053.                     </xsd:restriction>
  2054.                 </xsd:simpleType>
  2055.             </xsd:attribute>
  2056.         -->
  2057.             <xsd:attribute name="Title" type="xsd:string" />
  2058.             <xsd:attribute name="Type" vs:readonly="true">
  2059.                 <xsd:simpleType>
  2060.                     <xsd:restriction base="xsd:string">
  2061.                         <xsd:enumeration value="text/css" />
  2062.                     </xsd:restriction>
  2063.                 </xsd:simpleType>
  2064.             </xsd:attribute>
  2065.             <!-- Events -->
  2066.             <xsd:attribute name="onerror" vs:omtype="event" />
  2067.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  2068.         </xsd:complexType>
  2069.     </xsd:element>
  2070.     <xsd:element name="sub" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2071.     <xsd:element name="sup" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2072.     <xsd:element name="table" fp:default="onmouseover">
  2073.         <xsd:complexType>
  2074.             <xsd:choice>
  2075.                 <xsd:element ref="caption" minOccurs="0" maxOccurs="1" />
  2076.                 <xsd:element ref="col" />
  2077.                 <xsd:element ref="colgroup" />
  2078.                 <xsd:element ref="tr" />
  2079.                 <xsd:element ref="thead" minOccurs="0" maxOccurs="1" />
  2080.                 <xsd:element ref="tbody" minOccurs="0" maxOccurs="1" />
  2081.                 <xsd:element ref="tfoot" minOccurs="0" maxOccurs="1" />
  2082.             </xsd:choice>
  2083.             <xsd:attribute name="Align">
  2084.                 <xsd:simpleType>
  2085.                     <xsd:restriction base="xsd:NMTOKEN">
  2086.                         <xsd:enumeration value="center" />
  2087.                         <xsd:enumeration value="left" />
  2088.                         <xsd:enumeration value="middle" vs:nonbrowseable="true" />
  2089.                         <xsd:enumeration value="right" />
  2090.                     </xsd:restriction>
  2091.                 </xsd:simpleType>
  2092.             </xsd:attribute>
  2093.             <xsd:attribute name="Background" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  2094.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2095.             <xsd:attribute name="Border" type="xsd:integer" />
  2096.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  2097.             <xsd:attribute name="BorderColorDark" type="colorType" vs:builder="color" />
  2098.             <xsd:attribute name="BorderColorLight" type="colorType" vs:builder="color" />
  2099.             <xsd:attribute name="CellPadding" />
  2100.             <xsd:attribute name="CellSpacing" />
  2101.             <xsd:attribute name="Cols" type="xsd:integer" />
  2102.             <xsd:attribute name="DataPageSize" type="xsd:integer" />
  2103.             <xsd:attribute name="DataSrc" vs:nonbrowseable="true" />
  2104.             <xsd:attribute name="Frame" default="border">
  2105.                 <xsd:simpleType>
  2106.                     <xsd:restriction base="xsd:NMTOKEN">
  2107.                         <xsd:enumeration value="void" />
  2108.                         <xsd:enumeration value="above" />
  2109.                         <xsd:enumeration value="below" />
  2110.                         <xsd:enumeration value="hSides" />
  2111.                         <xsd:enumeration value="vSides" />
  2112.                         <xsd:enumeration value="lhs" />
  2113.                         <xsd:enumeration value="rhs" />
  2114.                         <xsd:enumeration value="box" />
  2115.                         <xsd:enumeration value="border" />
  2116.                     </xsd:restriction>
  2117.                 </xsd:simpleType>
  2118.             </xsd:attribute>
  2119.             <xsd:attribute name="Height" />
  2120.             <xsd:attribute name="Rules">
  2121.                 <xsd:simpleType>
  2122.                     <xsd:restriction base="xsd:NMTOKEN">
  2123.                         <xsd:enumeration value="none" />
  2124.                         <xsd:enumeration value="groups" />
  2125.                         <xsd:enumeration value="Rows" />
  2126.                         <xsd:enumeration value="cols" />
  2127.                         <xsd:enumeration value="all" />
  2128.                     </xsd:restriction>
  2129.                 </xsd:simpleType>
  2130.             </xsd:attribute>
  2131.             <xsd:attribute name="Summary" />
  2132.             <xsd:attribute name="Width" />
  2133.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2134.             <!-- Events -->
  2135.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2136.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  2137.         </xsd:complexType>
  2138.     </xsd:element>
  2139.     <xsd:element name="tbody" vs:implicitclosure="true" vs:clientom="tablesection" fp:default="onmouseover">
  2140.         <xsd:complexType>
  2141.             <xsd:choice>
  2142.                 <xsd:element ref="tr" />
  2143.             </xsd:choice>
  2144.             <xsd:attribute name="Align" type="colAlignType" default="left" />
  2145.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2146.             <xsd:attribute name="Ch" />
  2147.             <xsd:attribute name="ChOff" />
  2148.             <xsd:attribute name="VAlign" type="colVAlignType" default="middle" />
  2149.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2150.             <!-- Events -->
  2151.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2152.         </xsd:complexType>
  2153.     </xsd:element>
  2154.     <xsd:element name="td" vs:clientom="tablecell" vs:implicitclosure="true" fp:default="onmouseover">
  2155.         <xsd:complexType mixed="true">
  2156.             <xsd:choice>
  2157.                 <xsd:group ref="InlineContent" />
  2158.                 <xsd:group ref="BlockContent" />
  2159.             </xsd:choice>
  2160.             <xsd:attribute name="Abbr" />
  2161.             <xsd:attribute name="Axis" />
  2162.             <xsd:attribute name="Background" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  2163.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2164.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  2165.             <xsd:attribute name="BorderColorDark" type="colorType" vs:builder="color" />
  2166.             <xsd:attribute name="BorderColorLight" type="colorType" vs:builder="color" />
  2167.             <xsd:attribute name="Ch" />
  2168.             <xsd:attribute name="ChOff" />
  2169.             <xsd:attribute name="ColSpan" default="1" type="xsd:integer" />
  2170.             <xsd:attribute name="DataFld" />
  2171.             <xsd:attribute name="Headers" />
  2172.             <xsd:attribute name="Height" />
  2173.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  2174.             <xsd:attribute name="RowSpan" default="1" type="xsd:integer" />
  2175.             <xsd:attribute name="Scope" />
  2176.             <xsd:attribute name="Width" />
  2177.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  2178.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  2179.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2180.             <!-- Events -->
  2181.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2182.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  2183.         </xsd:complexType>
  2184.     </xsd:element>
  2185.     <xsd:element name="textarea" fp:default="onchange">
  2186.         <xsd:complexType mixed="true">
  2187.             <xsd:attribute name="Cols" type="ui4" />
  2188.             <xsd:attribute name="Disabled" vs:standalone="true" />
  2189.             <xsd:attribute name="Name" />
  2190.             <xsd:attribute name="ReadOnly" vs:standalone="true" />
  2191.             <xsd:attribute name="Rows" type="ui4" />
  2192.             <xsd:attribute name="Wrap" default="soft">
  2193.                 <xsd:simpleType>
  2194.                     <xsd:restriction base="xsd:NMTOKEN">
  2195.                         <xsd:enumeration value="soft" />
  2196.                         <xsd:enumeration value="hard" />
  2197.                         <xsd:enumeration value="off" />
  2198.                     </xsd:restriction>
  2199.                 </xsd:simpleType>
  2200.             </xsd:attribute>
  2201.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2202.             <!-- Events -->
  2203.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2204.             <xsd:attributeGroup ref="updateEventsGroup" />
  2205.             <xsd:attribute name="onchange" vs:omtype="event" />
  2206.             <xsd:attribute name="onselect" vs:omtype="event" />
  2207.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  2208.         </xsd:complexType>
  2209.     </xsd:element>
  2210.     <xsd:element name="tfoot" vs:implicitclosure="true" vs:clientom="tablesection" fp:default="onmouseover">
  2211.         <xsd:complexType mixed="true">
  2212.             <xsd:choice>
  2213.                 <xsd:element ref="tr" />
  2214.             </xsd:choice>
  2215.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2216.             <xsd:attribute name="Ch" />
  2217.             <xsd:attribute name="ChOff" />
  2218.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  2219.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  2220.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2221.             <!-- Events -->
  2222.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2223.         </xsd:complexType>
  2224.     </xsd:element>
  2225.     <xsd:element name="th" vs:clientom="tablecell" vs:implicitclosure="true" fp:default="onmouseover">
  2226.         <xsd:complexType mixed="true">
  2227.             <xsd:choice>
  2228.                 <xsd:group ref="InlineContent" />
  2229.                 <xsd:group ref="BlockContent" />
  2230.             </xsd:choice>
  2231.             <xsd:attribute name="Abbr" />
  2232.             <xsd:attribute name="Axis" />
  2233.             <xsd:attribute name="Background" type="xsd:anyURI" filetype="image" vs:preferredextensions=".jpg;.jpeg;.gif;.bmp;.jpe;.png;.dib;.tif;.wmf;.ras;.eps;.pcx;.pcd;.tga;.ashx;.asix" />
  2234.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2235.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  2236.             <xsd:attribute name="BorderColorDark" type="colorType" vs:builder="color" />
  2237.             <xsd:attribute name="BorderColorLight" type="colorType" vs:builder="color" />
  2238.             <xsd:attribute name="Ch" />
  2239.             <xsd:attribute name="ChOff" />
  2240.             <xsd:attribute name="ColSpan" default="1" type="xsd:integer" />
  2241.             <xsd:attribute name="DataFld" />
  2242.             <xsd:attribute name="Headers" />
  2243.             <xsd:attribute name="Height" />
  2244.             <xsd:attribute name="NoWrap" vs:standalone="true" />
  2245.             <xsd:attribute name="RowSpan" default="1" type="xsd:integer" />
  2246.             <xsd:attribute name="Scope" />
  2247.             <xsd:attribute name="Width" />
  2248.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  2249.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  2250.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2251.             <!-- Events -->
  2252.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2253.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  2254.         </xsd:complexType>
  2255.     </xsd:element>
  2256.     <xsd:element name="thead"  vs:implicitclosure="true" vs:clientom="tablesection" fp:default="onmouseover">
  2257.         <xsd:complexType>
  2258.             <xsd:choice>
  2259.                 <xsd:element ref="tr" />
  2260.             </xsd:choice>
  2261.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2262.             <xsd:attribute name="Ch" />
  2263.             <xsd:attribute name="ChOff" />
  2264.             <xsd:attributeGroup ref="cellHAlignTypeAttributes" />
  2265.             <xsd:attributeGroup ref="cellVAlignTypeAttributes" />
  2266.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2267.             <!-- Events -->
  2268.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2269.         </xsd:complexType>
  2270.     </xsd:element>
  2271.     <xsd:element name="title">
  2272.         <xsd:complexType mixed="true">
  2273.             <xsd:attributeGroup ref="i18AttributeGroup" />
  2274.             <xsd:attributeGroup ref="runatAttributeGroup" />
  2275.  
  2276.             <xsd:attribute name="Class" vs:mapstoname="className" />
  2277.             <xsd:attribute name="Language" type="scriptLanguage" vs:readonly="true" />
  2278.             <!-- Events -->
  2279.             <xsd:attribute name="onlayoutcomplete" vs:omtype="event" />
  2280.             <xsd:attribute name="onreadystatechange" vs:omtype="event" />
  2281.         </xsd:complexType>
  2282.     </xsd:element>
  2283.     <xsd:element name="tr" vs:implicitclosure="true" fp:default="onmouseover">
  2284.         <xsd:complexType>
  2285.             <xsd:choice>
  2286.                 <xsd:element ref="th" />
  2287.                 <xsd:element ref="td" />
  2288.             </xsd:choice>
  2289.             <xsd:attribute name="Align" type="colAlignType" default="left" />
  2290.             <xsd:attribute name="BgColor" type="colorType" vs:builder="color" />
  2291.             <xsd:attribute name="Ch" />
  2292.             <xsd:attribute name="ChOff" />
  2293.             <xsd:attribute name="BorderColor" type="colorType" vs:builder="color" />
  2294.             <xsd:attribute name="BorderColorDark" type="colorType" vs:builder="color" />
  2295.             <xsd:attribute name="BorderColorLight" type="colorType" vs:builder="color" />
  2296.             <xsd:attribute name="Height" />
  2297.             <xsd:attribute name="VAlign" type="colVAlignType" default="middle" />
  2298.             <xsd:attribute name="Width" />
  2299.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2300.             <!-- Events -->
  2301.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2302.             <xsd:attribute name="onfilterchange" vs:omtype="event" />
  2303.         </xsd:complexType>
  2304.     </xsd:element>
  2305.     <xsd:element name="tt" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2306.     <xsd:element name="u" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2307.     <xsd:element name="ul" type="ulDef" />
  2308.     <xsd:element name="var" type="simpleInlineElement" vs:clientom="phrase" fp:default="onmouseover" />
  2309.     <xsd:element name="wbr" vs:clientom="phrase">
  2310.         <xsd:complexType mixed="true">
  2311.             <xsd:attributeGroup ref="coreAttributeGroup" />
  2312.         </xsd:complexType>
  2313.     </xsd:element>
  2314.     <xsd:element name="xml" fp:default="ondataavailable">
  2315.         <xsd:complexType mixed="true">
  2316.             <xsd:attribute name="Src" type="xsd:anyURI" />
  2317.             <xsd:attributeGroup ref="coreAttributeGroup" />
  2318.             <!-- Events -->
  2319.             <xsd:attributeGroup ref="recordsetEventsGroup" />
  2320.         </xsd:complexType>
  2321.     </xsd:element>
  2322.     <xsd:element name="xmp" vs:deprecated="true" vs:clientom="block"  vs:nonbrowseable="true" fp:default="onmouseover">
  2323.         <xsd:complexType mixed="true">
  2324.             <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2325.             <!-- Events -->
  2326.             <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2327.         </xsd:complexType>
  2328.     </xsd:element>
  2329.  
  2330.  
  2331.     <!-- Top-level types -->
  2332.     <xsd:complexType name="olDef" fp:default="onmouseover">        
  2333.         <xsd:choice>
  2334.             <xsd:element ref="li" />
  2335.             <xsd:element name="ol" type="olDef" />
  2336.             <xsd:element name="ul" type="ulDef" />
  2337.         </xsd:choice>
  2338.         <xsd:attribute name="Compact" vs:standalone="true" />
  2339.         <xsd:attribute name="Type" default="1" vs:readonly="true">
  2340.             <xsd:simpleType>
  2341.                 <xsd:restriction base="xsd:NMTOKEN">
  2342.                     <xsd:enumeration value="A" />
  2343.                     <xsd:enumeration value="a" />
  2344.                     <xsd:enumeration value="I" />
  2345.                     <xsd:enumeration value="i" />
  2346.                     <xsd:enumeration value="1" />
  2347.                     <xsd:enumeration value="disc" />
  2348.                     <xsd:enumeration value="square" />
  2349.                     <xsd:enumeration value="circle" />
  2350.                 </xsd:restriction>
  2351.             </xsd:simpleType>
  2352.         </xsd:attribute>
  2353.         <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2354.         <!-- Events -->
  2355.         <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2356.     </xsd:complexType>
  2357.  
  2358.     <xsd:complexType name="ulDef" fp:default="onmouseover">
  2359.         <xsd:choice>
  2360.             <xsd:element ref="li" />
  2361.             <xsd:element name="ol" type="olDef" />
  2362.             <xsd:element name="ul" type="ulDef" />
  2363.         </xsd:choice>
  2364.         <xsd:attribute name="Type" default="disc">
  2365.             <xsd:simpleType>
  2366.                 <xsd:restriction base="xsd:NMTOKEN">
  2367.                     <xsd:enumeration value="circle" />
  2368.                     <xsd:enumeration value="disc" />
  2369.                     <xsd:enumeration value="square" />
  2370.                 </xsd:restriction>
  2371.             </xsd:simpleType>
  2372.         </xsd:attribute>
  2373.         <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2374.         <!-- Events -->
  2375.         <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2376.     </xsd:complexType>
  2377.  
  2378.  
  2379.     <!-- XDR datatype derivations -->
  2380.  
  2381.     <xsd:simpleType name="i2">
  2382.         <xsd:restriction base="xsd:integer">
  2383.             <xsd:minInclusive Value="-32768" />
  2384.             <xsd:maxInclusive Value="32767" />
  2385.         </xsd:restriction>
  2386.     </xsd:simpleType>
  2387.  
  2388.     <xsd:simpleType name="ui4">
  2389.         <xsd:restriction base="xsd:nonNegativeInteger">
  2390.             <xsd:minInclusive Value="0" />
  2391.             <xsd:maxInclusive Value="4294967295" />
  2392.         </xsd:restriction>
  2393.     </xsd:simpleType>
  2394.  
  2395.     <xsd:simpleType name="shapeType">
  2396.         <xsd:restriction base="xsd:NMTOKEN">
  2397.             <xsd:enumeration value="rect" />
  2398.             <xsd:enumeration value="rectangle" vs:nonbrowseable="true" />
  2399.             <xsd:enumeration value="circ" />
  2400.             <xsd:enumeration value="circle" vs:nonbrowseable="true" />
  2401.             <xsd:enumeration value="poly" />
  2402.             <xsd:enumeration value="polygon" vs:nonbrowseable="true" />
  2403.             <xsd:enumeration value="default" />
  2404.         </xsd:restriction>
  2405.     </xsd:simpleType>
  2406.  
  2407.     <xsd:simpleType name="frameBorderType">
  2408.         <xsd:restriction base="xsd:NMTOKEN">
  2409.             <xsd:enumeration value="yes" />
  2410.             <xsd:enumeration value="no" />
  2411.             <xsd:enumeration value="1" />
  2412.             <xsd:enumeration value="0" />
  2413.         </xsd:restriction>
  2414.     </xsd:simpleType>
  2415.  
  2416.     <xsd:simpleType name="scrollingType">
  2417.         <xsd:restriction base="xsd:NMTOKEN">
  2418.             <xsd:enumeration value="auto" />
  2419.             <xsd:enumeration value="no" />
  2420.             <xsd:enumeration value="yes" />
  2421.         </xsd:restriction>
  2422.     </xsd:simpleType>
  2423.  
  2424.     <xsd:simpleType name="imgAlignType">
  2425.         <xsd:restriction base="xsd:NMTOKEN">
  2426.             <xsd:enumeration value="top" />
  2427.             <xsd:enumeration value="middle" />
  2428.             <xsd:enumeration value="bottom" />
  2429.             <xsd:enumeration value="left" />
  2430.             <xsd:enumeration value="right" />
  2431.         </xsd:restriction>
  2432.     </xsd:simpleType>
  2433.  
  2434.     <xsd:simpleType name="textAlignType">
  2435.         <xsd:restriction base="xsd:NMTOKEN">
  2436.             <xsd:enumeration value="left" />
  2437.             <xsd:enumeration value="center" />
  2438.             <xsd:enumeration value="right" />
  2439.         </xsd:restriction>
  2440.     </xsd:simpleType>
  2441.  
  2442.     <xsd:simpleType name="tFrameType">
  2443.         <xsd:restriction base="xsd:NMTOKEN">
  2444.             <xsd:enumeration value="void" />
  2445.             <xsd:enumeration value="above" />
  2446.             <xsd:enumeration value="below" />
  2447.             <xsd:enumeration value="hsides" />
  2448.             <xsd:enumeration value="lhs" />
  2449.             <xsd:enumeration value="rhs" />
  2450.             <xsd:enumeration value="vsides" />
  2451.             <xsd:enumeration value="box" />
  2452.             <xsd:enumeration value="border" />
  2453.         </xsd:restriction>
  2454.     </xsd:simpleType>
  2455.  
  2456.     <xsd:simpleType name="tRulesType">
  2457.         <xsd:restriction base="xsd:NMTOKEN">
  2458.             <xsd:enumeration value="none" />
  2459.             <xsd:enumeration value="groups" />
  2460.             <xsd:enumeration value="Rows" />
  2461.             <xsd:enumeration value="cols" />
  2462.             <xsd:enumeration value="all" />
  2463.         </xsd:restriction>
  2464.     </xsd:simpleType>
  2465.  
  2466.     <xsd:simpleType name="scopeType">
  2467.         <xsd:restriction base="xsd:NMTOKEN">
  2468.             <xsd:enumeration value="row" />
  2469.             <xsd:enumeration value="col" />
  2470.             <xsd:enumeration value="rowgroup" />
  2471.             <xsd:enumeration value="colgroup" />
  2472.         </xsd:restriction>
  2473.     </xsd:simpleType>
  2474.  
  2475.     <xsd:simpleType name="colAlignWithJustifyType">
  2476.         <xsd:restriction base="xsd:NMTOKEN">
  2477.             <xsd:enumeration value="center" />
  2478.             <xsd:enumeration value="justify" />
  2479.             <xsd:enumeration value="left" />
  2480.             <xsd:enumeration value="right" />
  2481.         </xsd:restriction>
  2482.     </xsd:simpleType>
  2483.  
  2484.     <xsd:simpleType name="colAlignType">
  2485.         <xsd:restriction base="xsd:NMTOKEN">
  2486.             <xsd:enumeration value="center" />
  2487.             <xsd:enumeration value="left" />
  2488.             <xsd:enumeration value="right" />
  2489.         </xsd:restriction>
  2490.     </xsd:simpleType>
  2491.  
  2492.     <xsd:simpleType name="colVAlignType">
  2493.         <xsd:restriction base="xsd:NMTOKEN">
  2494.             <xsd:enumeration value="baseline" />
  2495.             <xsd:enumeration value="bottom" />
  2496.             <xsd:enumeration value="middle" />
  2497.             <xsd:enumeration value="top" />
  2498.         </xsd:restriction>
  2499.     </xsd:simpleType>
  2500.  
  2501.     <xsd:simpleType name="blockAlignType">
  2502.         <xsd:restriction base="xsd:NMTOKEN">
  2503.             <xsd:enumeration value="absbottom" />
  2504.             <xsd:enumeration value="absmiddle" />
  2505.             <xsd:enumeration value="baseline" />
  2506.             <xsd:enumeration value="bottom" />
  2507.             <xsd:enumeration value="left" />
  2508.             <xsd:enumeration value="middle" />
  2509.             <xsd:enumeration value="right" />
  2510.             <xsd:enumeration value="texttop" />
  2511.             <xsd:enumeration value="top" />
  2512.         </xsd:restriction>
  2513.     </xsd:simpleType>
  2514.  
  2515.     <xsd:simpleType name="onoffType">
  2516.         <xsd:restriction base="xsd:NMTOKEN">
  2517.             <xsd:enumeration value="on" />
  2518.             <xsd:enumeration value="off" />
  2519.         </xsd:restriction>
  2520.     </xsd:simpleType>
  2521.  
  2522.     <xsd:attributeGroup name="cellHAlignTypeAttributes">
  2523.         <xsd:attribute name="Align" type="colAlignType" default="left" />
  2524.     </xsd:attributeGroup>
  2525.  
  2526.     <xsd:attributeGroup name="cellVAlignTypeAttributes">
  2527.         <xsd:attribute name="VAlign" type="colVAlignType" default="middle" />
  2528.     </xsd:attributeGroup>
  2529.  
  2530.     <xsd:complexType mixed="true" name="simpleInlineElement">
  2531.         <xsd:choice>
  2532.             <xsd:group ref="InlineContent" />
  2533.         </xsd:choice>
  2534.         <xsd:attribute name="Disabled" vs:standalone="true" />
  2535.         <xsd:attributeGroup ref="simpleElementAttributeGroup" />
  2536.         <!-- Events -->
  2537.         <xsd:attributeGroup ref="simpleElementEventsGroup" />
  2538.     </xsd:complexType>
  2539.  
  2540. </xsd:schema>
  2541.